Shades of Deco #CACF89
Tints of Deco #CACF89
RGB
CMYK
RGB Variations
Color information
#CACF89 (or 0xCACF89) is known color: Deco. HEX triplet: CA, CF and 89. RGB value is (202,207,137). Sum of RGB (Red+Green+Blue) = 202+207+137=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 137 (53.91% from 255 or 25.09% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF89 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF89 is #353076. Grayscale: #C5C5C5. Windows color (decimal): -3485815 or 9031626. OLE color: 9031626.
HSL color Cylindrical-coordinate representation of color #CACF89: hue angle of 64.29º degrees, saturation: 0.42, 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 #CACF89 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 137 | - |
| CMYK | 0.02 | 0 | 0.34 | 0.19 |
| HSL | 64.29º | 0.42% | 0.67% | - |
| HSV(B) | 64.29º | 0.34% | 0.81% | - |
| XYZ | 51.19 | 58.99 | 32.36 | - |
| YUV | 197.53 | 93.84 | 131.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 137 | 0.02 | 0 | 0.34 | 0.19 | 64.29 | 0.42 | 0.67 |
| Hex | CA | CF | 89 | 2 | 0 | 22 | 13 | 40 | 2A | 43 |
| Octal | 312 | 317 | 211 | 2 | 0 | 42 | 23 | 100 | 52 | 103 |
| Binary | 11001010 | 11001111 | 10001001 | 10 | 0 | 100010 | 10011 | 1000000 | 101010 | 1000011 |
Color Harmonies of #CACF89
Complementary color
Monochromatic Colors of #CACF89
Black with #CACF89
Text Example
Text Example
White with #CACF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF89; }
p { color: rgb(202,207,137); }
H1.HeaderClassName
{
color: #CACF89;
}
.AnyTagClassName
{
color: #CACF89;
}
</style>
background-color css
<style>
a { background-color: #CACF89; }
a { background-color: rgb(202,207,137); }
div.DivClassName
{
background-color: #CACF89;
}
.BgClassName
{
background-color: #CACF89;
}
</style>
border-color css
<style>
span { border-color: #CACF89; }
span { border-color: rgb(202,207,137); }
td.TdClassName
{
border-color: #CACF89;
}
.TagClassName
{
border-color: #CACF89;
}
</style>