Shades of Deco #CACC7C
Tints of Deco #CACC7C
RGB
CMYK
RGB Variations
Color information
#CACC7C (or 0xCACC7C) is known color: Deco. HEX triplet: CA, CC and 7C. RGB value is (202,204,124). Sum of RGB (Red+Green+Blue) = 202+204+124=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 204 (80.08% from 255 or 38.49% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 204 - color contains mainly: green. Hex color #CACC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACC7C is #353383. Grayscale: #C2C2C2. Windows color (decimal): -3486596 or 8178890. OLE color: 8178890.
HSL color Cylindrical-coordinate representation of color #CACC7C: hue angle of 61.5º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CACC7C is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 202 | 204 | 124 | - |
| CMYK | 0.01 | 0 | 0.39 | 0.2 |
| HSL | 61.5º | 0.44% | 0.64% | - |
| HSV(B) | 61.5º | 0.39% | 0.8% | - |
| XYZ | 49.59 | 57.2 | 27.5 | - |
| YUV | 194.28 | 88.34 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 204 | 124 | 0.01 | 0 | 0.39 | 0.2 | 61.5 | 0.44 | 0.64 |
| Hex | CA | CC | 7C | 1 | 0 | 27 | 14 | 3E | 2C | 40 |
| Octal | 312 | 314 | 174 | 1 | 0 | 47 | 24 | 76 | 54 | 100 |
| Binary | 11001010 | 11001100 | 1111100 | 1 | 0 | 100111 | 10100 | 111110 | 101100 | 1000000 |
Color Harmonies of #CACC7C
Complementary color
Monochromatic Colors of #CACC7C
Black with #CACC7C
Text Example
Text Example
White with #CACC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACC7C; }
p { color: rgb(202,204,124); }
H1.HeaderClassName
{
color: #CACC7C;
}
.AnyTagClassName
{
color: #CACC7C;
}
</style>
background-color css
<style>
a { background-color: #CACC7C; }
a { background-color: rgb(202,204,124); }
div.DivClassName
{
background-color: #CACC7C;
}
.BgClassName
{
background-color: #CACC7C;
}
</style>
border-color css
<style>
span { border-color: #CACC7C; }
span { border-color: rgb(202,204,124); }
td.TdClassName
{
border-color: #CACC7C;
}
.TagClassName
{
border-color: #CACC7C;
}
</style>