Color spaces of #c49175
RGB | 196 | 145 | 117 |
---|---|---|---|
HSL | 0.06 | 0.40 | 0.61 |
HSV | 21° | 40° | 77° |
CMYK | 0.00 | 0.26 | 0.40 0.23 |
XYZ | 36.1012 | 33.2709 | 21.3488 |
Yxy | 33.2709 | 0.3979 | 0.3667 |
Hunter Lab | 57.6809 | 10.7775 | 18.4323 |
CIE-Lab | 64.3797 | 15.6381 | 22.3959 |
#c49175 color RGB value is (196,145,117).
#c49175 hex color red value is 196, green value is 145 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c49175 hue: 0.06 , saturation: 0.40 and the lightness value of c49175 is 0.61.
The process color (four color CMYK) of #c49175 color hex is 0.00, 0.26, 0.40, 0.23. Web safe color of #c49175 is #cc9966. Color #c49175 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10010001 | 01110101 |
Octal | 304 | 221 | 165 |
Decimal | 196 | 145 | 117 |
Hex | C4 | 91 | 75 |
Shades of #c49175
Tints of #c49175
RGB Percentages of Color #c49175
CMYK Percentages of Color #c49175
Complementary Color
#c49175 | #75a8c4 |
#c49175 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49175 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49175 Color CSS Codes
.mybgcolor {background-color:#c49175; } .myforecolor {color:#c49175; } .mybordercolor {border:3px solid #c49175; }
#c49175 Text Font Color
<p style="color:#c49175">Text here</p>
This sample text font color is #c49175
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.
#c49175 Background Color
<div style="background-color:#c49175">
Div content here</div>
This div background color is #c49175
#c49175 Border Color
<div style="border:3px solid #c49175">
Div here</div>
This div border color is #c49175
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,145,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49175; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49175; -webkit-box-shadow: 1px 1px 3px 2px #c49175; box-shadow: 1px 1px 3px 2px #c49175; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,145,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49175">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49175; -webkit-box-shadow: 1px 1px 3px 2px #c49175; box-shadow: 1px 1px 3px 2px #c49175;">
Div content here</div>
This div box has shadow with color #c49175
Comments
No comments written yet.
Please login to write comment.