Shades of Deco #CACF7D
Tints of Deco #CACF7D
RGB
CMYK
RGB Variations
Color information
#CACF7D (or 0xCACF7D) is known color: Deco. HEX triplet: CA, CF and 7D. RGB value is (202,207,125). Sum of RGB (Red+Green+Blue) = 202+207+125=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 207 (81.25% from 255 or 38.76% from 534); Blue value is 125 (49.22% from 255 or 23.41% from 534); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF7D is #353082. Grayscale: #C4C4C4. Windows color (decimal): -3485827 or 8245194. OLE color: 8245194.
HSL color Cylindrical-coordinate representation of color #CACF7D: hue angle of 63.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CACF7D is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 125 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.19 |
| HSL | 63.66º | 0.46% | 0.65% | - |
| HSV(B) | 63.66º | 0.4% | 0.81% | - |
| XYZ | 50.37 | 58.66 | 28.07 | - |
| YUV | 196.16 | 87.84 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 125 | 0.02 | 0 | 0.40 | 0.19 | 63.66 | 0.46 | 0.65 |
| Hex | CA | CF | 7D | 2 | 0 | 28 | 13 | 40 | 2E | 41 |
| Octal | 312 | 317 | 175 | 2 | 0 | 50 | 23 | 100 | 56 | 101 |
| Binary | 11001010 | 11001111 | 1111101 | 10 | 0 | 101000 | 10011 | 1000000 | 101110 | 1000001 |
Color Harmonies of #CACF7D
Complementary color
Monochromatic Colors of #CACF7D
Black with #CACF7D
Text Example
Text Example
White with #CACF7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF7D; }
p { color: rgb(202,207,125); }
H1.HeaderClassName
{
color: #CACF7D;
}
.AnyTagClassName
{
color: #CACF7D;
}
</style>
background-color css
<style>
a { background-color: #CACF7D; }
a { background-color: rgb(202,207,125); }
div.DivClassName
{
background-color: #CACF7D;
}
.BgClassName
{
background-color: #CACF7D;
}
</style>
border-color css
<style>
span { border-color: #CACF7D; }
span { border-color: rgb(202,207,125); }
td.TdClassName
{
border-color: #CACF7D;
}
.TagClassName
{
border-color: #CACF7D;
}
</style>