Shades of Deco #CACE73
Tints of Deco #CACE73
RGB
CMYK
RGB Variations
Color information
#CACE73 (or 0xCACE73) is known color: Deco. HEX triplet: CA, CE and 73. RGB value is (202,206,115). Sum of RGB (Red+Green+Blue) = 202+206+115=523 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.62% from 523); Green value is 206 (80.86% from 255 or 39.39% from 523); Blue value is 115 (45.31% from 255 or 21.99% from 523); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE73 is #35318C. Grayscale: #C2C2C2. Windows color (decimal): -3486093 or 7589578. OLE color: 7589578.
HSL color Cylindrical-coordinate representation of color #CACE73: hue angle of 62.64º degrees, saturation: 0.48, 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 #CACE73 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 115 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.19 |
| HSL | 62.64º | 0.48% | 0.63% | - |
| HSV(B) | 62.64º | 0.44% | 0.81% | - |
| XYZ | 49.52 | 57.94 | 24.79 | - |
| YUV | 194.43 | 83.17 | 133.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 115 | 0.02 | 0 | 0.44 | 0.19 | 62.64 | 0.48 | 0.63 |
| Hex | CA | CE | 73 | 2 | 0 | 2C | 13 | 3F | 30 | 3F |
| Octal | 312 | 316 | 163 | 2 | 0 | 54 | 23 | 77 | 60 | 77 |
| Binary | 11001010 | 11001110 | 1110011 | 10 | 0 | 101100 | 10011 | 111111 | 110000 | 111111 |
Color Harmonies of #CACE73
Complementary color
Monochromatic Colors of #CACE73
Black with #CACE73
Text Example
Text Example
White with #CACE73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE73; }
p { color: rgb(202,206,115); }
H1.HeaderClassName
{
color: #CACE73;
}
.AnyTagClassName
{
color: #CACE73;
}
</style>
background-color css
<style>
a { background-color: #CACE73; }
a { background-color: rgb(202,206,115); }
div.DivClassName
{
background-color: #CACE73;
}
.BgClassName
{
background-color: #CACE73;
}
</style>
border-color css
<style>
span { border-color: #CACE73; }
span { border-color: rgb(202,206,115); }
td.TdClassName
{
border-color: #CACE73;
}
.TagClassName
{
border-color: #CACE73;
}
</style>