Shades of Deco #CACF78
Tints of Deco #CACF78
RGB
CMYK
RGB Variations
Color information
#CACF78 (or 0xCACF78) is known color: Deco. HEX triplet: CA, CF and 78. RGB value is (202,207,120). Sum of RGB (Red+Green+Blue) = 202+207+120=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 207 (81.25% from 255 or 39.13% from 529); Blue value is 120 (47.27% from 255 or 22.68% from 529); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF78 is #353087. Grayscale: #C3C3C3. Windows color (decimal): -3485832 or 7917514. OLE color: 7917514.
HSL color Cylindrical-coordinate representation of color #CACF78: hue angle of 63.45º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CACF78 is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 120 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.19 |
| HSL | 63.45º | 0.48% | 0.64% | - |
| HSV(B) | 63.45º | 0.42% | 0.81% | - |
| XYZ | 50.06 | 58.54 | 26.43 | - |
| YUV | 195.59 | 85.34 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 120 | 0.02 | 0 | 0.42 | 0.19 | 63.45 | 0.48 | 0.64 |
| Hex | CA | CF | 78 | 2 | 0 | 2A | 13 | 3F | 30 | 40 |
| Octal | 312 | 317 | 170 | 2 | 0 | 52 | 23 | 77 | 60 | 100 |
| Binary | 11001010 | 11001111 | 1111000 | 10 | 0 | 101010 | 10011 | 111111 | 110000 | 1000000 |
Color Harmonies of #CACF78
Complementary color
Monochromatic Colors of #CACF78
Black with #CACF78
Text Example
Text Example
White with #CACF78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF78; }
p { color: rgb(202,207,120); }
H1.HeaderClassName
{
color: #CACF78;
}
.AnyTagClassName
{
color: #CACF78;
}
</style>
background-color css
<style>
a { background-color: #CACF78; }
a { background-color: rgb(202,207,120); }
div.DivClassName
{
background-color: #CACF78;
}
.BgClassName
{
background-color: #CACF78;
}
</style>
border-color css
<style>
span { border-color: #CACF78; }
span { border-color: rgb(202,207,120); }
td.TdClassName
{
border-color: #CACF78;
}
.TagClassName
{
border-color: #CACF78;
}
</style>