Shades of Deco #CACA7A
Tints of Deco #CACA7A
RGB
CMYK
RGB Variations
Color information
#CACA7A (or 0xCACA7A) is known color: Deco. HEX triplet: CA, CA and 7A. RGB value is (202,202,122). Sum of RGB (Red+Green+Blue) = 202+202+122=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 202 (79.30% from 255 or 38.40% from 526); Blue value is 122 (48.05% from 255 or 23.19% from 526); Max value from RGB is 202 - color contains mainly: red, green. Hex color #CACA7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACA7A is #353585. Grayscale: #C1C1C1. Windows color (decimal): -3487110 or 8047306. OLE color: 8047306.
HSL color Cylindrical-coordinate representation of color #CACA7A: hue angle of 60º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CACA7A is Cyan = 0, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 202 | 122 | - |
| CMYK | 0 | 0 | 0.40 | 0.21 |
| HSL | 60º | 0.43% | 0.64% | - |
| HSV(B) | 60º | 0.4% | 0.79% | - |
| XYZ | 48.99 | 56.2 | 26.68 | - |
| YUV | 192.88 | 88 | 134.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 202 | 122 | 0 | 0 | 0.40 | 0.21 | 60 | 0.43 | 0.64 |
| Hex | CA | CA | 7A | 0 | 0 | 28 | 15 | 3C | 2B | 40 |
| Octal | 312 | 312 | 172 | 0 | 0 | 50 | 25 | 74 | 53 | 100 |
| Binary | 11001010 | 11001010 | 1111010 | 0 | 0 | 101000 | 10101 | 111100 | 101011 | 1000000 |
Color Harmonies of #CACA7A
Complementary color
Monochromatic Colors of #CACA7A
Black with #CACA7A
Text Example
Text Example
White with #CACA7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACA7A; }
p { color: rgb(202,202,122); }
H1.HeaderClassName
{
color: #CACA7A;
}
.AnyTagClassName
{
color: #CACA7A;
}
</style>
background-color css
<style>
a { background-color: #CACA7A; }
a { background-color: rgb(202,202,122); }
div.DivClassName
{
background-color: #CACA7A;
}
.BgClassName
{
background-color: #CACA7A;
}
</style>
border-color css
<style>
span { border-color: #CACA7A; }
span { border-color: rgb(202,202,122); }
td.TdClassName
{
border-color: #CACA7A;
}
.TagClassName
{
border-color: #CACA7A;
}
</style>