Shades of Deco #CACF70
Tints of Deco #CACF70
RGB
CMYK
RGB Variations
Color information
#CACF70 (or 0xCACF70) is known color: Deco. HEX triplet: CA, CF and 70. RGB value is (202,207,112). Sum of RGB (Red+Green+Blue) = 202+207+112=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 207 (81.25% from 255 or 39.73% from 521); Blue value is 112 (44.14% from 255 or 21.50% from 521); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF70 is #35308F. Grayscale: #C3C3C3. Windows color (decimal): -3485840 or 7393226. OLE color: 7393226.
HSL color Cylindrical-coordinate representation of color #CACF70: hue angle of 63.16º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CACF70 is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 112 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.19 |
| HSL | 63.16º | 0.5% | 0.63% | - |
| HSV(B) | 63.16º | 0.46% | 0.81% | - |
| XYZ | 49.59 | 58.35 | 23.98 | - |
| YUV | 194.68 | 81.34 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 112 | 0.02 | 0 | 0.46 | 0.19 | 63.16 | 0.5 | 0.63 |
| Hex | CA | CF | 70 | 2 | 0 | 2E | 13 | 3F | 32 | 3F |
| Octal | 312 | 317 | 160 | 2 | 0 | 56 | 23 | 77 | 62 | 77 |
| Binary | 11001010 | 11001111 | 1110000 | 10 | 0 | 101110 | 10011 | 111111 | 110010 | 111111 |
Color Harmonies of #CACF70
Complementary color
Monochromatic Colors of #CACF70
Black with #CACF70
Text Example
Text Example
White with #CACF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF70; }
p { color: rgb(202,207,112); }
H1.HeaderClassName
{
color: #CACF70;
}
.AnyTagClassName
{
color: #CACF70;
}
</style>
background-color css
<style>
a { background-color: #CACF70; }
a { background-color: rgb(202,207,112); }
div.DivClassName
{
background-color: #CACF70;
}
.BgClassName
{
background-color: #CACF70;
}
</style>
border-color css
<style>
span { border-color: #CACF70; }
span { border-color: rgb(202,207,112); }
td.TdClassName
{
border-color: #CACF70;
}
.TagClassName
{
border-color: #CACF70;
}
</style>