Color spaces of #c9761f
RGB | 201 | 118 | 31 |
---|---|---|---|
HSL | 0.09 | 0.73 | 0.45 |
HSV | 31° | 85° | 79° |
CMYK | 0.00 | 0.41 | 0.85 0.21 |
XYZ | 30.8131 | 25.4733 | 4.5891 |
Yxy | 25.4733 | 0.5062 | 0.4184 |
Hunter Lab | 50.4711 | 20.6516 | 29.9388 |
CIE-Lab | 57.5337 | 26.5251 | 57.1806 |
#c9761f color RGB value is (201,118,31).
#c9761f hex color red value is 201, green value is 118 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c9761f hue: 0.09 , saturation: 0.73 and the lightness value of c9761f is 0.45.
The process color (four color CMYK) of #c9761f color hex is 0.00, 0.41, 0.85, 0.21. Web safe color of #c9761f is #cc6633. Color #c9761f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001001 | 01110110 | 00011111 |
Octal | 311 | 166 | 37 |
Decimal | 201 | 118 | 31 |
Hex | C9 | 76 | 1F |
Shades of #c9761f
Tints of #c9761f
RGB Percentages of Color #c9761f
CMYK Percentages of Color #c9761f
Complementary Color
#c9761f | #1f72c9 |
#c9761f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c9761f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c9761f Color CSS Codes
.mybgcolor {background-color:#c9761f; } .myforecolor {color:#c9761f; } .mybordercolor {border:3px solid #c9761f; }
#c9761f Text Font Color
<p style="color:#c9761f">Text here</p>
This sample text font color is #c9761f
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.
#c9761f Background Color
<div style="background-color:#c9761f">
Div content here</div>
This div background color is #c9761f
#c9761f Border Color
<div style="border:3px solid #c9761f">
Div here</div>
This div border color is #c9761f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(201,118,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c9761f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c9761f; -webkit-box-shadow: 1px 1px 3px 2px #c9761f; box-shadow: 1px 1px 3px 2px #c9761f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(201,118,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c9761f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c9761f; -webkit-box-shadow: 1px 1px 3px 2px #c9761f; box-shadow: 1px 1px 3px 2px #c9761f;">
Div content here</div>
This div box has shadow with color #c9761f
#c9761f Color Palettes
Comments
No comments written yet.
Please login to write comment.