Shades of Deco #CACF88
Tints of Deco #CACF88
RGB
CMYK
RGB Variations
Color information
#CACF88 (or 0xCACF88) is known color: Deco. HEX triplet: CA, CF and 88. RGB value is (202,207,136). Sum of RGB (Red+Green+Blue) = 202+207+136=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 136 (53.52% from 255 or 24.95% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF88 is #353077. Grayscale: #C5C5C5. Windows color (decimal): -3485816 or 8966090. OLE color: 8966090.
HSL color Cylindrical-coordinate representation of color #CACF88: hue angle of 64.23º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CACF88 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 136 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.19 |
| HSL | 64.23º | 0.43% | 0.67% | - |
| HSV(B) | 64.23º | 0.34% | 0.81% | - |
| XYZ | 51.11 | 58.96 | 31.98 | - |
| YUV | 197.41 | 93.34 | 131.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 136 | 0.02 | 0 | 0.34 | 0.19 | 64.23 | 0.43 | 0.67 |
| Hex | CA | CF | 88 | 2 | 0 | 22 | 13 | 40 | 2B | 43 |
| Octal | 312 | 317 | 210 | 2 | 0 | 42 | 23 | 100 | 53 | 103 |
| Binary | 11001010 | 11001111 | 10001000 | 10 | 0 | 100010 | 10011 | 1000000 | 101011 | 1000011 |
Color Harmonies of #CACF88
Complementary color
Monochromatic Colors of #CACF88
Black with #CACF88
Text Example
Text Example
White with #CACF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF88; }
p { color: rgb(202,207,136); }
H1.HeaderClassName
{
color: #CACF88;
}
.AnyTagClassName
{
color: #CACF88;
}
</style>
background-color css
<style>
a { background-color: #CACF88; }
a { background-color: rgb(202,207,136); }
div.DivClassName
{
background-color: #CACF88;
}
.BgClassName
{
background-color: #CACF88;
}
</style>
border-color css
<style>
span { border-color: #CACF88; }
span { border-color: rgb(202,207,136); }
td.TdClassName
{
border-color: #CACF88;
}
.TagClassName
{
border-color: #CACF88;
}
</style>