Shades of Deco #CACA8C
Tints of Deco #CACA8C
RGB
CMYK
RGB Variations
Color information
#CACA8C (or 0xCACA8C) is known color: Deco. HEX triplet: CA, CA and 8C. RGB value is (202,202,140). Sum of RGB (Red+Green+Blue) = 202+202+140=544 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.13% from 544); Green value is 202 (79.30% from 255 or 37.13% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA8C is #353573. Grayscale: #C3C3C3. Windows color (decimal): -3487092 or 9226954. OLE color: 9226954.
HSL color Cylindrical-coordinate representation of color #CACA8C: hue angle of 60º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CACA8C is Cyan = 0, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 140 | - |
| CMYK | 0 | 0 | 0.31 | 0.21 |
| HSL | 60º | 0.37% | 0.67% | - |
| HSV(B) | 60º | 0.31% | 0.79% | - |
| XYZ | 50.21 | 56.69 | 33.11 | - |
| YUV | 194.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 140 | 0 | 0 | 0.31 | 0.21 | 60 | 0.37 | 0.67 |
| Hex | CA | CA | 8C | 0 | 0 | 1F | 15 | 3C | 25 | 43 |
| Octal | 312 | 312 | 214 | 0 | 0 | 37 | 25 | 74 | 45 | 103 |
| Binary | 11001010 | 11001010 | 10001100 | 0 | 0 | 11111 | 10101 | 111100 | 100101 | 1000011 |
Color Harmonies of #CACA8C
Complementary color
Monochromatic Colors of #CACA8C
Black with #CACA8C
Text Example
Text Example
White with #CACA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA8C; }
p { color: rgb(202,202,140); }
H1.HeaderClassName
{
color: #CACA8C;
}
.AnyTagClassName
{
color: #CACA8C;
}
</style>
background-color css
<style>
a { background-color: #CACA8C; }
a { background-color: rgb(202,202,140); }
div.DivClassName
{
background-color: #CACA8C;
}
.BgClassName
{
background-color: #CACA8C;
}
</style>
border-color css
<style>
span { border-color: #CACA8C; }
span { border-color: rgb(202,202,140); }
td.TdClassName
{
border-color: #CACA8C;
}
.TagClassName
{
border-color: #CACA8C;
}
</style>