Color spaces of #c0881f
RGB | 192 | 136 | 31 |
---|---|---|---|
HSL | 0.11 | 0.72 | 0.44 |
HSV | 39° | 84° | 75° |
CMYK | 0.00 | 0.29 | 0.84 0.25 |
XYZ | 30.7897 | 28.9137 | 5.2544 |
Yxy | 28.9137 | 0.4740 | 0.4451 |
Hunter Lab | 53.7715 | 8.1096 | 31.8464 |
CIE-Lab | 60.7054 | 12.7670 | 59.4362 |
#c0881f color RGB value is (192,136,31).
#c0881f hex color red value is 192, green value is 136 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #c0881f hue: 0.11 , saturation: 0.72 and the lightness value of c0881f is 0.44.
The process color (four color CMYK) of #c0881f color hex is 0.00, 0.29, 0.84, 0.25. Web safe color of #c0881f is #cc9933. Color #c0881f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10001000 | 00011111 |
Octal | 300 | 210 | 37 |
Decimal | 192 | 136 | 31 |
Hex | C0 | 88 | 1F |
Shades of #c0881f
Tints of #c0881f
RGB Percentages of Color #c0881f
CMYK Percentages of Color #c0881f
Complementary Color
#c0881f | #1f57c0 |
#c0881f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0881f Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0881f Color CSS Codes
.mybgcolor {background-color:#c0881f; } .myforecolor {color:#c0881f; } .mybordercolor {border:3px solid #c0881f; }
#c0881f Text Font Color
<p style="color:#c0881f">Text here</p>
This sample text font color is #c0881f
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.
#c0881f Background Color
<div style="background-color:#c0881f">
Div content here</div>
This div background color is #c0881f
#c0881f Border Color
<div style="border:3px solid #c0881f">
Div here</div>
This div border color is #c0881f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,136,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0881f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0881f; -webkit-box-shadow: 1px 1px 3px 2px #c0881f; box-shadow: 1px 1px 3px 2px #c0881f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,136,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 #c0881f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0881f; -webkit-box-shadow: 1px 1px 3px 2px #c0881f; box-shadow: 1px 1px 3px 2px #c0881f;">
Div content here</div>
This div box has shadow with color #c0881f
Comments
No comments written yet.
Please login to write comment.