Color spaces of #c38609
RGB | 195 | 134 | 9 |
---|---|---|---|
HSL | 0.11 | 0.91 | 0.40 |
HSV | 40° | 95° | 76° |
CMYK | 0.00 | 0.31 | 0.95 0.24 |
XYZ | 31.0801 | 28.6720 | 4.1546 |
Yxy | 28.6720 | 0.4863 | 0.4487 |
Hunter Lab | 53.5462 | 9.9017 | 32.8821 |
CIE-Lab | 60.4911 | 14.7671 | 64.5494 |
#c38609 color RGB value is (195,134,9).
#c38609 hex color red value is 195, green value is 134 and the blue value of its RGB is 9. Cylindrical-coordinate representations (also known as HSL) of color #c38609 hue: 0.11 , saturation: 0.91 and the lightness value of c38609 is 0.40.
The process color (four color CMYK) of #c38609 color hex is 0.00, 0.31, 0.95, 0.24. Web safe color of #c38609 is #cc9900. Color #c38609 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10000110 | 00001001 |
Octal | 303 | 206 | 11 |
Decimal | 195 | 134 | 9 |
Hex | C3 | 86 | 9 |
Shades of #c38609
Tints of #c38609
RGB Percentages of Color #c38609
CMYK Percentages of Color #c38609
Complementary Color
#c38609 | #0946c3 |
#c38609 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c38609 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c38609 Color CSS Codes
.mybgcolor {background-color:#c38609; } .myforecolor {color:#c38609; } .mybordercolor {border:3px solid #c38609; }
#c38609 Text Font Color
<p style="color:#c38609">Text here</p>
This sample text font color is #c38609
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.
#c38609 Background Color
<div style="background-color:#c38609">
Div content here</div>
This div background color is #c38609
#c38609 Border Color
<div style="border:3px solid #c38609">
Div here</div>
This div border color is #c38609
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,134,9, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c38609; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c38609; -webkit-box-shadow: 1px 1px 3px 2px #c38609; box-shadow: 1px 1px 3px 2px #c38609; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,134,9, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c38609">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c38609; -webkit-box-shadow: 1px 1px 3px 2px #c38609; box-shadow: 1px 1px 3px 2px #c38609;">
Div content here</div>
This div box has shadow with color #c38609
Comments
No comments written yet.
Please login to write comment.