Color spaces of #c49966
RGB | 196 | 153 | 102 |
---|---|---|---|
HSL | 0.09 | 0.44 | 0.58 |
HSV | 33° | 48° | 77° |
CMYK | 0.00 | 0.22 | 0.48 0.23 |
XYZ | 36.5545 | 35.4775 | 17.4916 |
Yxy | 35.4775 | 0.4083 | 0.3963 |
Hunter Lab | 59.5630 | 5.3123 | 24.2827 |
CIE-Lab | 66.1187 | 9.6513 | 32.8615 |
#c49966 color RGB value is (196,153,102).
#c49966 hex color red value is 196, green value is 153 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c49966 hue: 0.09 , saturation: 0.44 and the lightness value of c49966 is 0.58.
The process color (four color CMYK) of #c49966 color hex is 0.00, 0.22, 0.48, 0.23. Web safe color of #c49966 is #cc9966. Color #c49966 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10011001 | 01100110 |
Octal | 304 | 231 | 146 |
Decimal | 196 | 153 | 102 |
Hex | C4 | 99 | 66 |
Shades of #c49966
Tints of #c49966
RGB Percentages of Color #c49966
CMYK Percentages of Color #c49966
Complementary Color
#c49966 | #6691c4 |
#c49966 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c49966 Color Preview on White Background
Lorem ipsum dolor sit amet.
#c49966 Color CSS Codes
.mybgcolor {background-color:#c49966; } .myforecolor {color:#c49966; } .mybordercolor {border:3px solid #c49966; }
#c49966 Text Font Color
<p style="color:#c49966">Text here</p>
This sample text font color is #c49966
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.
#c49966 Background Color
<div style="background-color:#c49966">
Div content here</div>
This div background color is #c49966
#c49966 Border Color
<div style="border:3px solid #c49966">
Div here</div>
This div border color is #c49966
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,153,102, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c49966; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c49966; -webkit-box-shadow: 1px 1px 3px 2px #c49966; box-shadow: 1px 1px 3px 2px #c49966; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,153,102, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c49966">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c49966; -webkit-box-shadow: 1px 1px 3px 2px #c49966; box-shadow: 1px 1px 3px 2px #c49966;">
Div content here</div>
This div box has shadow with color #c49966
Comments
No comments written yet.
Please login to write comment.