Shades of Deco #CACA8E
Tints of Deco #CACA8E
RGB
CMYK
RGB Variations
Color information
#CACA8E (or 0xCACA8E) is known color: Deco. HEX triplet: CA, CA and 8E. RGB value is (202,202,142). Sum of RGB (Red+Green+Blue) = 202+202+142=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 202 (79.30% from 255 or 37.00% from 546); Blue value is 142 (55.86% from 255 or 26.01% from 546); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA8E is #353571. Grayscale: #C3C3C3. Windows color (decimal): -3487090 or 9358026. OLE color: 9358026.
HSL color Cylindrical-coordinate representation of color #CACA8E: hue angle of 60º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CACA8E is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 142 | - |
| CMYK | 0 | 0 | 0.30 | 0.21 |
| HSL | 60º | 0.36% | 0.67% | - |
| HSV(B) | 60º | 0.3% | 0.79% | - |
| XYZ | 50.36 | 56.75 | 33.89 | - |
| YUV | 195.16 | 98 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 142 | 0 | 0 | 0.30 | 0.21 | 60 | 0.36 | 0.67 |
| Hex | CA | CA | 8E | 0 | 0 | 1E | 15 | 3C | 24 | 43 |
| Octal | 312 | 312 | 216 | 0 | 0 | 36 | 25 | 74 | 44 | 103 |
| Binary | 11001010 | 11001010 | 10001110 | 0 | 0 | 11110 | 10101 | 111100 | 100100 | 1000011 |
Color Harmonies of #CACA8E
Complementary color
Monochromatic Colors of #CACA8E
Black with #CACA8E
Text Example
Text Example
White with #CACA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA8E; }
p { color: rgb(202,202,142); }
H1.HeaderClassName
{
color: #CACA8E;
}
.AnyTagClassName
{
color: #CACA8E;
}
</style>
background-color css
<style>
a { background-color: #CACA8E; }
a { background-color: rgb(202,202,142); }
div.DivClassName
{
background-color: #CACA8E;
}
.BgClassName
{
background-color: #CACA8E;
}
</style>
border-color css
<style>
span { border-color: #CACA8E; }
span { border-color: rgb(202,202,142); }
td.TdClassName
{
border-color: #CACA8E;
}
.TagClassName
{
border-color: #CACA8E;
}
</style>