Shades of Deco #CACF7E
Tints of Deco #CACF7E
RGB
CMYK
RGB Variations
Color information
#CACF7E (or 0xCACF7E) is known color: Deco. HEX triplet: CA, CF and 7E. RGB value is (202,207,126). Sum of RGB (Red+Green+Blue) = 202+207+126=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 207 (81.25% from 255 or 38.69% from 535); Blue value is 126 (49.61% from 255 or 23.55% from 535); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF7E is #353081. Grayscale: #C4C4C4. Windows color (decimal): -3485826 or 8310730. OLE color: 8310730.
HSL color Cylindrical-coordinate representation of color #CACF7E: hue angle of 63.7º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CACF7E is Cyan = 0.02, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 126 | - |
| CMYK | 0.02 | 0 | 0.39 | 0.19 |
| HSL | 63.7º | 0.46% | 0.65% | - |
| HSV(B) | 63.7º | 0.39% | 0.81% | - |
| XYZ | 50.44 | 58.69 | 28.41 | - |
| YUV | 196.27 | 88.34 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 126 | 0.02 | 0 | 0.39 | 0.19 | 63.7 | 0.46 | 0.65 |
| Hex | CA | CF | 7E | 2 | 0 | 27 | 13 | 40 | 2E | 41 |
| Octal | 312 | 317 | 176 | 2 | 0 | 47 | 23 | 100 | 56 | 101 |
| Binary | 11001010 | 11001111 | 1111110 | 10 | 0 | 100111 | 10011 | 1000000 | 101110 | 1000001 |
Color Harmonies of #CACF7E
Complementary color
Monochromatic Colors of #CACF7E
Black with #CACF7E
Text Example
Text Example
White with #CACF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF7E; }
p { color: rgb(202,207,126); }
H1.HeaderClassName
{
color: #CACF7E;
}
.AnyTagClassName
{
color: #CACF7E;
}
</style>
background-color css
<style>
a { background-color: #CACF7E; }
a { background-color: rgb(202,207,126); }
div.DivClassName
{
background-color: #CACF7E;
}
.BgClassName
{
background-color: #CACF7E;
}
</style>
border-color css
<style>
span { border-color: #CACF7E; }
span { border-color: rgb(202,207,126); }
td.TdClassName
{
border-color: #CACF7E;
}
.TagClassName
{
border-color: #CACF7E;
}
</style>