Shades of Deco #CACF6F
Tints of Deco #CACF6F
RGB
CMYK
RGB Variations
Color information
#CACF6F (or 0xCACF6F) is known color: Deco. HEX triplet: CA, CF and 6F. RGB value is (202,207,111). Sum of RGB (Red+Green+Blue) = 202+207+111=520 (68% of max value = 765). Red value is 202 (79.30% from 255 or 38.85% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 111 (43.75% from 255 or 21.35% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF6F is #353090. Grayscale: #C2C2C2. Windows color (decimal): -3485841 or 7327690. OLE color: 7327690.
HSL color Cylindrical-coordinate representation of color #CACF6F: hue angle of 63.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CACF6F is Cyan = 0.02, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 111 | - |
| CMYK | 0.02 | 0 | 0.46 | 0.19 |
| HSL | 63.13º | 0.5% | 0.62% | - |
| HSV(B) | 63.13º | 0.46% | 0.81% | - |
| XYZ | 49.54 | 58.33 | 23.69 | - |
| YUV | 194.56 | 80.84 | 133.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 111 | 0.02 | 0 | 0.46 | 0.19 | 63.13 | 0.5 | 0.62 |
| Hex | CA | CF | 6F | 2 | 0 | 2E | 13 | 3F | 32 | 3E |
| Octal | 312 | 317 | 157 | 2 | 0 | 56 | 23 | 77 | 62 | 76 |
| Binary | 11001010 | 11001111 | 1101111 | 10 | 0 | 101110 | 10011 | 111111 | 110010 | 111110 |
Color Harmonies of #CACF6F
Complementary color
Monochromatic Colors of #CACF6F
Black with #CACF6F
Text Example
Text Example
White with #CACF6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF6F; }
p { color: rgb(202,207,111); }
H1.HeaderClassName
{
color: #CACF6F;
}
.AnyTagClassName
{
color: #CACF6F;
}
</style>
background-color css
<style>
a { background-color: #CACF6F; }
a { background-color: rgb(202,207,111); }
div.DivClassName
{
background-color: #CACF6F;
}
.BgClassName
{
background-color: #CACF6F;
}
</style>
border-color css
<style>
span { border-color: #CACF6F; }
span { border-color: rgb(202,207,111); }
td.TdClassName
{
border-color: #CACF6F;
}
.TagClassName
{
border-color: #CACF6F;
}
</style>