Color spaces of #c9811a
RGB | 201 | 129 | 26 |
---|---|---|---|
HSL | 0.10 | 0.77 | 0.45 |
HSV | 35° | 87° | 79° |
CMYK | 0.00 | 0.36 | 0.87 0.21 |
XYZ | 32.1241 | 28.1926 | 4.7259 |
Yxy | 28.1926 | 0.4939 | 0.4334 |
Hunter Lab | 53.0967 | 15.0753 | 31.8906 |
CIE-Lab | 60.0623 | 20.4296 | 60.8555 |
#c9811a color RGB value is (201,129,26).
#c9811a hex color red value is 201, green value is 129 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #c9811a hue: 0.10 , saturation: 0.77 and the lightness value of c9811a is 0.45.
The process color (four color CMYK) of #c9811a color hex is 0.00, 0.36, 0.87, 0.21. Web safe color of #c9811a is #cc9933. Color #c9811a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 10000001 | 00011010 |
Octal | 311 | 201 | 32 |
Decimal | 201 | 129 | 26 |
Hex | C9 | 81 | 1A |
Shades of #c9811a
Tints of #c9811a
RGB Percentages of Color #c9811a
CMYK Percentages of Color #c9811a
Complementary Color
#c9811a | #1a62c9 |
#c9811a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9811a Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9811a Color CSS Codes
.mybgcolor {background-color:#c9811a; } .myforecolor {color:#c9811a; } .mybordercolor {border:3px solid #c9811a; }
#c9811a Text Font Color
<p style="color:#c9811a">Text here</p>
This sample text font color is #c9811a
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#c9811a Background Color
<div style="background-color:#c9811a">
Div content here</div>
This div background color is #c9811a
#c9811a Border Color
<div style="border:3px solid #c9811a">
Div here</div>
This div border color is #c9811a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,129,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9811a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9811a; -webkit-box-shadow: 1px 1px 3px 2px #c9811a; box-shadow: 1px 1px 3px 2px #c9811a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,129,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9811a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9811a; -webkit-box-shadow: 1px 1px 3px 2px #c9811a; box-shadow: 1px 1px 3px 2px #c9811a;">
Div content here</div>
This div box has shadow with color #c9811a
Comments
No comments written yet.
Please login to write comment.