Shades of Deco #CACE7A
Tints of Deco #CACE7A
RGB
CMYK
RGB Variations
Color information
#CACE7A (or 0xCACE7A) is known color: Deco. HEX triplet: CA, CE and 7A. RGB value is (202,206,122). Sum of RGB (Red+Green+Blue) = 202+206+122=530 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.11% from 530); Green value is 206 (80.86% from 255 or 38.87% from 530); Blue value is 122 (48.05% from 255 or 23.02% from 530); Max value from RGB is 206 - color contains mainly: green. Hex color #CACE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACE7A is #353185. Grayscale: #C3C3C3. Windows color (decimal): -3486086 or 8048330. OLE color: 8048330.
HSL color Cylindrical-coordinate representation of color #CACE7A: hue angle of 62.86º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CACE7A is Cyan = 0.02, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 206 | 122 | - |
| CMYK | 0.02 | 0 | 0.41 | 0.19 |
| HSL | 62.86º | 0.46% | 0.64% | - |
| HSV(B) | 62.86º | 0.41% | 0.81% | - |
| XYZ | 49.94 | 58.1 | 27 | - |
| YUV | 195.23 | 86.67 | 132.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 206 | 122 | 0.02 | 0 | 0.41 | 0.19 | 62.86 | 0.46 | 0.64 |
| Hex | CA | CE | 7A | 2 | 0 | 29 | 13 | 3F | 2E | 40 |
| Octal | 312 | 316 | 172 | 2 | 0 | 51 | 23 | 77 | 56 | 100 |
| Binary | 11001010 | 11001110 | 1111010 | 10 | 0 | 101001 | 10011 | 111111 | 101110 | 1000000 |
Color Harmonies of #CACE7A
Complementary color
Monochromatic Colors of #CACE7A
Black with #CACE7A
Text Example
Text Example
White with #CACE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACE7A; }
p { color: rgb(202,206,122); }
H1.HeaderClassName
{
color: #CACE7A;
}
.AnyTagClassName
{
color: #CACE7A;
}
</style>
background-color css
<style>
a { background-color: #CACE7A; }
a { background-color: rgb(202,206,122); }
div.DivClassName
{
background-color: #CACE7A;
}
.BgClassName
{
background-color: #CACE7A;
}
</style>
border-color css
<style>
span { border-color: #CACE7A; }
span { border-color: rgb(202,206,122); }
td.TdClassName
{
border-color: #CACE7A;
}
.TagClassName
{
border-color: #CACE7A;
}
</style>