Shades of Deco #CACA70
Tints of Deco #CACA70
RGB
CMYK
RGB Variations
Color information
#CACA70 (or 0xCACA70) is known color: Deco. HEX triplet: CA, CA and 70. RGB value is (202,202,112). Sum of RGB (Red+Green+Blue) = 202+202+112=516 (68% of max value = 765). Red value is 202 (79.30% from 255 or 39.15% from 516); Green value is 202 (79.30% from 255 or 39.15% from 516); Blue value is 112 (44.14% from 255 or 21.71% from 516); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA70 is #35358F. Grayscale: #C0C0C0. Windows color (decimal): -3487120 or 7391946. OLE color: 7391946.
HSL color Cylindrical-coordinate representation of color #CACA70: hue angle of 60º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CACA70 is Cyan = 0, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 112 | - |
| CMYK | 0 | 0 | 0.45 | 0.21 |
| HSL | 60º | 0.46% | 0.62% | - |
| HSV(B) | 60º | 0.45% | 0.79% | - |
| XYZ | 48.4 | 55.97 | 23.58 | - |
| YUV | 191.74 | 83 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 112 | 0 | 0 | 0.45 | 0.21 | 60 | 0.46 | 0.62 |
| Hex | CA | CA | 70 | 0 | 0 | 2D | 15 | 3C | 2E | 3E |
| Octal | 312 | 312 | 160 | 0 | 0 | 55 | 25 | 74 | 56 | 76 |
| Binary | 11001010 | 11001010 | 1110000 | 0 | 0 | 101101 | 10101 | 111100 | 101110 | 111110 |
Color Harmonies of #CACA70
Complementary color
Monochromatic Colors of #CACA70
Black with #CACA70
Text Example
Text Example
White with #CACA70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA70; }
p { color: rgb(202,202,112); }
H1.HeaderClassName
{
color: #CACA70;
}
.AnyTagClassName
{
color: #CACA70;
}
</style>
background-color css
<style>
a { background-color: #CACA70; }
a { background-color: rgb(202,202,112); }
div.DivClassName
{
background-color: #CACA70;
}
.BgClassName
{
background-color: #CACA70;
}
</style>
border-color css
<style>
span { border-color: #CACA70; }
span { border-color: rgb(202,202,112); }
td.TdClassName
{
border-color: #CACA70;
}
.TagClassName
{
border-color: #CACA70;
}
</style>