Shades of Deco #CACF74
Tints of Deco #CACF74
RGB
CMYK
RGB Variations
Color information
#CACF74 (or 0xCACF74) is known color: Deco. HEX triplet: CA, CF and 74. RGB value is (202,207,116). Sum of RGB (Red+Green+Blue) = 202+207+116=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 207 (81.25% from 255 or 39.43% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF74 is #35308B. Grayscale: #C3C3C3. Windows color (decimal): -3485836 or 7655370. OLE color: 7655370.
HSL color Cylindrical-coordinate representation of color #CACF74: hue angle of 63.3º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CACF74 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 116 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.19 |
| HSL | 63.3º | 0.49% | 0.63% | - |
| HSV(B) | 63.3º | 0.44% | 0.81% | - |
| XYZ | 49.82 | 58.44 | 25.18 | - |
| YUV | 195.13 | 83.34 | 132.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 116 | 0.02 | 0 | 0.44 | 0.19 | 63.3 | 0.49 | 0.63 |
| Hex | CA | CF | 74 | 2 | 0 | 2C | 13 | 3F | 31 | 3F |
| Octal | 312 | 317 | 164 | 2 | 0 | 54 | 23 | 77 | 61 | 77 |
| Binary | 11001010 | 11001111 | 1110100 | 10 | 0 | 101100 | 10011 | 111111 | 110001 | 111111 |
Color Harmonies of #CACF74
Complementary color
Monochromatic Colors of #CACF74
Black with #CACF74
Text Example
Text Example
White with #CACF74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF74; }
p { color: rgb(202,207,116); }
H1.HeaderClassName
{
color: #CACF74;
}
.AnyTagClassName
{
color: #CACF74;
}
</style>
background-color css
<style>
a { background-color: #CACF74; }
a { background-color: rgb(202,207,116); }
div.DivClassName
{
background-color: #CACF74;
}
.BgClassName
{
background-color: #CACF74;
}
</style>
border-color css
<style>
span { border-color: #CACF74; }
span { border-color: rgb(202,207,116); }
td.TdClassName
{
border-color: #CACF74;
}
.TagClassName
{
border-color: #CACF74;
}
</style>