Color spaces of #c67812
RGB | 198 | 120 | 18 |
---|---|---|---|
HSL | 0.09 | 0.83 | 0.42 |
HSV | 34° | 91° | 78° |
CMYK | 0.00 | 0.39 | 0.91 0.22 |
XYZ | 30.1144 | 25.4824 | 3.9037 |
Yxy | 25.4824 | 0.5061 | 0.4283 |
Hunter Lab | 50.4801 | 18.1458 | 30.7511 |
CIE-Lab | 57.5425 | 23.8713 | 60.8493 |
#c67812 color RGB value is (198,120,18).
#c67812 hex color red value is 198, green value is 120 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c67812 hue: 0.09 , saturation: 0.83 and the lightness value of c67812 is 0.42.
The process color (four color CMYK) of #c67812 color hex is 0.00, 0.39, 0.91, 0.22. Web safe color of #c67812 is #cc6600. Color #c67812 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 01111000 | 00010010 |
Octal | 306 | 170 | 22 |
Decimal | 198 | 120 | 18 |
Hex | C6 | 78 | 12 |
Shades of #c67812
Tints of #c67812
RGB Percentages of Color #c67812
CMYK Percentages of Color #c67812
Complementary Color
#c67812 | #1260c6 |
#c67812 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c67812 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c67812 Color CSS Codes
.mybgcolor {background-color:#c67812; } .myforecolor {color:#c67812; } .mybordercolor {border:3px solid #c67812; }
#c67812 Text Font Color
<p style="color:#c67812">Text here</p>
This sample text font color is #c67812
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.
#c67812 Background Color
<div style="background-color:#c67812">
Div content here</div>
This div background color is #c67812
#c67812 Border Color
<div style="border:3px solid #c67812">
Div here</div>
This div border color is #c67812
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,120,18, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c67812; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c67812; -webkit-box-shadow: 1px 1px 3px 2px #c67812; box-shadow: 1px 1px 3px 2px #c67812; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,120,18, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c67812">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c67812; -webkit-box-shadow: 1px 1px 3px 2px #c67812; box-shadow: 1px 1px 3px 2px #c67812;">
Div content here</div>
This div box has shadow with color #c67812
Comments
No comments written yet.
Please login to write comment.