Color spaces of #cccaa0
RGB | 204 | 202 | 160 |
---|---|---|---|
HSL | 0.16 | 0.30 | 0.71 |
HSV | 57° | 22° | 80° |
CMYK | 0.00 | 0.01 | 0.22 0.20 |
XYZ | 52.3675 | 57.6165 | 41.6187 |
Yxy | 57.6165 | 0.3454 | 0.3800 |
Hunter Lab | 75.9055 | -9.6869 | 20.6254 |
CIE-Lab | 80.5251 | -6.1566 | 21.2762 |
#cccaa0 color RGB value is (204,202,160).
#cccaa0 hex color red value is 204, green value is 202 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #cccaa0 hue: 0.16 , saturation: 0.30 and the lightness value of cccaa0 is 0.71.
The process color (four color CMYK) of #cccaa0 color hex is 0.00, 0.01, 0.22, 0.20. Web safe color of #cccaa0 is #cccc99. Color #cccaa0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001010 | 10100000 |
Octal | 314 | 312 | 240 |
Decimal | 204 | 202 | 160 |
Hex | CC | CA | A0 |
Shades of #cccaa0
Tints of #cccaa0
RGB Percentages of Color #cccaa0
CMYK Percentages of Color #cccaa0
Complementary Color
#cccaa0 | #a0a2cc |
#cccaa0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccaa0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccaa0 Color CSS Codes
.mybgcolor {background-color:#cccaa0; } .myforecolor {color:#cccaa0; } .mybordercolor {border:3px solid #cccaa0; }
#cccaa0 Text Font Color
<p style="color:#cccaa0">Text here</p>
This sample text font color is #cccaa0
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.
#cccaa0 Background Color
<div style="background-color:#cccaa0">
Div content here</div>
This div background color is #cccaa0
#cccaa0 Border Color
<div style="border:3px solid #cccaa0">
Div here</div>
This div border color is #cccaa0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,202,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccaa0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccaa0; -webkit-box-shadow: 1px 1px 3px 2px #cccaa0; box-shadow: 1px 1px 3px 2px #cccaa0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,202,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccaa0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccaa0; -webkit-box-shadow: 1px 1px 3px 2px #cccaa0; box-shadow: 1px 1px 3px 2px #cccaa0;">
Div content here</div>
This div box has shadow with color #cccaa0
Comments
No comments written yet.
Please login to write comment.