Shades of Deco #CACA8D
Tints of Deco #CACA8D
RGB
CMYK
RGB Variations
Color information
#CACA8D (or 0xCACA8D) is known color: Deco. HEX triplet: CA, CA and 8D. RGB value is (202,202,141). Sum of RGB (Red+Green+Blue) = 202+202+141=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 202 (79.30% from 255 or 37.06% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACA8D is #353572. Grayscale: #C3C3C3. Windows color (decimal): -3487091 or 9292490. OLE color: 9292490.
HSL color Cylindrical-coordinate representation of color #CACA8D: 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.3%. Process color model (Four color, CMYK) of #CACA8D is Cyan = 0, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 141 | - |
| CMYK | 0 | 0 | 0.30 | 0.21 |
| HSL | 60º | 0.37% | 0.67% | - |
| HSV(B) | 60º | 0.3% | 0.79% | - |
| XYZ | 50.29 | 56.72 | 33.5 | - |
| YUV | 195.05 | 97.5 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 141 | 0 | 0 | 0.30 | 0.21 | 60 | 0.37 | 0.67 |
| Hex | CA | CA | 8D | 0 | 0 | 1E | 15 | 3C | 25 | 43 |
| Octal | 312 | 312 | 215 | 0 | 0 | 36 | 25 | 74 | 45 | 103 |
| Binary | 11001010 | 11001010 | 10001101 | 0 | 0 | 11110 | 10101 | 111100 | 100101 | 1000011 |
Color Harmonies of #CACA8D
Complementary color
Monochromatic Colors of #CACA8D
Black with #CACA8D
Text Example
Text Example
White with #CACA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA8D; }
p { color: rgb(202,202,141); }
H1.HeaderClassName
{
color: #CACA8D;
}
.AnyTagClassName
{
color: #CACA8D;
}
</style>
background-color css
<style>
a { background-color: #CACA8D; }
a { background-color: rgb(202,202,141); }
div.DivClassName
{
background-color: #CACA8D;
}
.BgClassName
{
background-color: #CACA8D;
}
</style>
border-color css
<style>
span { border-color: #CACA8D; }
span { border-color: rgb(202,202,141); }
td.TdClassName
{
border-color: #CACA8D;
}
.TagClassName
{
border-color: #CACA8D;
}
</style>