Shades of Deco #CACF72
Tints of Deco #CACF72
RGB
CMYK
RGB Variations
Color information
#CACF72 (or 0xCACF72) is known color: Deco. HEX triplet: CA, CF and 72. RGB value is (202,207,114). Sum of RGB (Red+Green+Blue) = 202+207+114=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 207 (81.25% from 255 or 39.58% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF72 is #35308D. Grayscale: #C3C3C3. Windows color (decimal): -3485838 or 7524298. OLE color: 7524298.
HSL color Cylindrical-coordinate representation of color #CACF72: hue angle of 63.23º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CACF72 is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 114 | - |
| CMYK | 0.02 | 0 | 0.45 | 0.19 |
| HSL | 63.23º | 0.49% | 0.63% | - |
| HSV(B) | 63.23º | 0.45% | 0.81% | - |
| XYZ | 49.71 | 58.4 | 24.57 | - |
| YUV | 194.9 | 82.34 | 133.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 114 | 0.02 | 0 | 0.45 | 0.19 | 63.23 | 0.49 | 0.63 |
| Hex | CA | CF | 72 | 2 | 0 | 2D | 13 | 3F | 31 | 3F |
| Octal | 312 | 317 | 162 | 2 | 0 | 55 | 23 | 77 | 61 | 77 |
| Binary | 11001010 | 11001111 | 1110010 | 10 | 0 | 101101 | 10011 | 111111 | 110001 | 111111 |
Color Harmonies of #CACF72
Complementary color
Monochromatic Colors of #CACF72
Black with #CACF72
Text Example
Text Example
White with #CACF72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF72; }
p { color: rgb(202,207,114); }
H1.HeaderClassName
{
color: #CACF72;
}
.AnyTagClassName
{
color: #CACF72;
}
</style>
background-color css
<style>
a { background-color: #CACF72; }
a { background-color: rgb(202,207,114); }
div.DivClassName
{
background-color: #CACF72;
}
.BgClassName
{
background-color: #CACF72;
}
</style>
border-color css
<style>
span { border-color: #CACF72; }
span { border-color: rgb(202,207,114); }
td.TdClassName
{
border-color: #CACF72;
}
.TagClassName
{
border-color: #CACF72;
}
</style>