Shades of Deco #CACF7A
Tints of Deco #CACF7A
RGB
CMYK
RGB Variations
Color information
#CACF7A (or 0xCACF7A) is known color: Deco. HEX triplet: CA, CF and 7A. RGB value is (202,207,122). Sum of RGB (Red+Green+Blue) = 202+207+122=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 207 (81.25% from 255 or 38.98% from 531); Blue value is 122 (48.05% from 255 or 22.98% from 531); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACF7A is #353085. Grayscale: #C4C4C4. Windows color (decimal): -3485830 or 8048586. OLE color: 8048586.
HSL color Cylindrical-coordinate representation of color #CACF7A: hue angle of 63.53º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CACF7A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 122 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.19 |
| HSL | 63.53º | 0.47% | 0.65% | - |
| HSV(B) | 63.53º | 0.41% | 0.81% | - |
| XYZ | 50.18 | 58.59 | 27.08 | - |
| YUV | 195.82 | 86.34 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 122 | 0.02 | 0 | 0.41 | 0.19 | 63.53 | 0.47 | 0.65 |
| Hex | CA | CF | 7A | 2 | 0 | 29 | 13 | 40 | 2F | 41 |
| Octal | 312 | 317 | 172 | 2 | 0 | 51 | 23 | 100 | 57 | 101 |
| Binary | 11001010 | 11001111 | 1111010 | 10 | 0 | 101001 | 10011 | 1000000 | 101111 | 1000001 |
Color Harmonies of #CACF7A
Complementary color
Monochromatic Colors of #CACF7A
Black with #CACF7A
Text Example
Text Example
White with #CACF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF7A; }
p { color: rgb(202,207,122); }
H1.HeaderClassName
{
color: #CACF7A;
}
.AnyTagClassName
{
color: #CACF7A;
}
</style>
background-color css
<style>
a { background-color: #CACF7A; }
a { background-color: rgb(202,207,122); }
div.DivClassName
{
background-color: #CACF7A;
}
.BgClassName
{
background-color: #CACF7A;
}
</style>
border-color css
<style>
span { border-color: #CACF7A; }
span { border-color: rgb(202,207,122); }
td.TdClassName
{
border-color: #CACF7A;
}
.TagClassName
{
border-color: #CACF7A;
}
</style>