Shades of Deco #CACF90
Tints of Deco #CACF90
RGB
CMYK
RGB Variations
Color information
#CACF90 (or 0xCACF90) is known color: Deco. HEX triplet: CA, CF and 90. RGB value is (202,207,144). Sum of RGB (Red+Green+Blue) = 202+207+144=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 207 (81.25% from 255 or 37.43% from 553); Blue value is 144 (56.64% from 255 or 26.04% from 553); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACF90 is #35306F. Grayscale: #C6C6C6. Windows color (decimal): -3485808 or 9490378. OLE color: 9490378.
HSL color Cylindrical-coordinate representation of color #CACF90: hue angle of 64.76º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CACF90 is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 144 | - |
| CMYK | 0.02 | 0 | 0.30 | 0.19 |
| HSL | 64.76º | 0.4% | 0.69% | - |
| HSV(B) | 64.76º | 0.3% | 0.81% | - |
| XYZ | 51.7 | 59.2 | 35.09 | - |
| YUV | 198.32 | 97.34 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 144 | 0.02 | 0 | 0.30 | 0.19 | 64.76 | 0.4 | 0.69 |
| Hex | CA | CF | 90 | 2 | 0 | 1E | 13 | 41 | 28 | 45 |
| Octal | 312 | 317 | 220 | 2 | 0 | 36 | 23 | 101 | 50 | 105 |
| Binary | 11001010 | 11001111 | 10010000 | 10 | 0 | 11110 | 10011 | 1000001 | 101000 | 1000101 |
Color Harmonies of #CACF90
Complementary color
Monochromatic Colors of #CACF90
Black with #CACF90
Text Example
Text Example
White with #CACF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF90; }
p { color: rgb(202,207,144); }
H1.HeaderClassName
{
color: #CACF90;
}
.AnyTagClassName
{
color: #CACF90;
}
</style>
background-color css
<style>
a { background-color: #CACF90; }
a { background-color: rgb(202,207,144); }
div.DivClassName
{
background-color: #CACF90;
}
.BgClassName
{
background-color: #CACF90;
}
</style>
border-color css
<style>
span { border-color: #CACF90; }
span { border-color: rgb(202,207,144); }
td.TdClassName
{
border-color: #CACF90;
}
.TagClassName
{
border-color: #CACF90;
}
</style>