Color spaces of #c58806
RGB | 197 | 136 | 6 |
---|---|---|---|
HSL | 0.11 | 0.94 | 0.40 |
HSV | 41° | 97° | 77° |
CMYK | 0.00 | 0.31 | 0.97 0.23 |
XYZ | 31.8630 | 29.4918 | 4.1854 |
Yxy | 29.4918 | 0.4862 | 0.4500 |
Hunter Lab | 54.3064 | 9.6946 | 33.4450 |
CIE-Lab | 61.2132 | 14.5227 | 65.6286 |
#c58806 color RGB value is (197,136,6).
#c58806 hex color red value is 197, green value is 136 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c58806 hue: 0.11 , saturation: 0.94 and the lightness value of c58806 is 0.40.
The process color (four color CMYK) of #c58806 color hex is 0.00, 0.31, 0.97, 0.23. Web safe color of #c58806 is #cc9900. Color #c58806 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000101 | 10001000 | 00000110 |
Octal | 305 | 210 | 6 |
Decimal | 197 | 136 | 6 |
Hex | C5 | 88 | 6 |
Shades of #c58806
Tints of #c58806
RGB Percentages of Color #c58806
CMYK Percentages of Color #c58806
Complementary Color
#c58806 | #0643c5 |
#c58806 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c58806 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c58806 Color CSS Codes
.mybgcolor {background-color:#c58806; } .myforecolor {color:#c58806; } .mybordercolor {border:3px solid #c58806; }
#c58806 Text Font Color
<p style="color:#c58806">Text here</p>
This sample text font color is #c58806
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.
#c58806 Background Color
<div style="background-color:#c58806">
Div content here</div>
This div background color is #c58806
#c58806 Border Color
<div style="border:3px solid #c58806">
Div here</div>
This div border color is #c58806
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(197,136,6, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c58806; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c58806; -webkit-box-shadow: 1px 1px 3px 2px #c58806; box-shadow: 1px 1px 3px 2px #c58806; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(197,136,6, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c58806">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c58806; -webkit-box-shadow: 1px 1px 3px 2px #c58806; box-shadow: 1px 1px 3px 2px #c58806;">
Div content here</div>
This div box has shadow with color #c58806
Comments
No comments written yet.
Please login to write comment.