Color spaces of #c45316
RGB | 196 | 83 | 22 |
---|---|---|---|
HSL | 0.06 | 0.80 | 0.43 |
HSV | 21° | 89° | 77° |
CMYK | 0.00 | 0.58 | 0.89 0.23 |
XYZ | 26.0030 | 17.9802 | 2.8591 |
Yxy | 17.9802 | 0.5551 | 0.3838 |
Hunter Lab | 42.4031 | 35.2569 | 25.6844 |
CIE-Lab | 49.4721 | 42.3802 | 53.4373 |
#c45316 color RGB value is (196,83,22).
#c45316 hex color red value is 196, green value is 83 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c45316 hue: 0.06 , saturation: 0.80 and the lightness value of c45316 is 0.43.
The process color (four color CMYK) of #c45316 color hex is 0.00, 0.58, 0.89, 0.23. Web safe color of #c45316 is #cc6600. Color #c45316 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 01010011 | 00010110 |
Octal | 304 | 123 | 26 |
Decimal | 196 | 83 | 22 |
Hex | C4 | 53 | 16 |
Shades of #c45316
Tints of #c45316
RGB Percentages of Color #c45316
CMYK Percentages of Color #c45316
Complementary Color
#c45316 | #1687c4 |
#c45316 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c45316 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c45316 Color CSS Codes
.mybgcolor {background-color:#c45316; } .myforecolor {color:#c45316; } .mybordercolor {border:3px solid #c45316; }
#c45316 Text Font Color
<p style="color:#c45316">Text here</p>
This sample text font color is #c45316
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.
#c45316 Background Color
<div style="background-color:#c45316">
Div content here</div>
This div background color is #c45316
#c45316 Border Color
<div style="border:3px solid #c45316">
Div here</div>
This div border color is #c45316
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,83,22, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c45316; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c45316; -webkit-box-shadow: 1px 1px 3px 2px #c45316; box-shadow: 1px 1px 3px 2px #c45316; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,83,22, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c45316">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c45316; -webkit-box-shadow: 1px 1px 3px 2px #c45316; box-shadow: 1px 1px 3px 2px #c45316;">
Div content here</div>
This div box has shadow with color #c45316
Comments
No comments written yet.
Please login to write comment.