Shades of Deco #CACD77
Tints of Deco #CACD77
RGB
CMYK
RGB Variations
Color information
#CACD77 (or 0xCACD77) is known color: Deco. HEX triplet: CA, CD and 77. RGB value is (202,205,119). Sum of RGB (Red+Green+Blue) = 202+205+119=526 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.40% from 526); Green value is 205 (80.47% from 255 or 38.97% from 526); Blue value is 119 (46.88% from 255 or 22.62% from 526); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CACD77 is #353288. Grayscale: #C2C2C2. Windows color (decimal): -3486345 or 7851466. OLE color: 7851466.
HSL color Cylindrical-coordinate representation of color #CACD77: hue angle of 62.09º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CACD77 is Cyan = 0.01, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 119 | - |
| CMYK | 0.01 | 0 | 0.42 | 0.20 |
| HSL | 62.09º | 0.46% | 0.64% | - |
| HSV(B) | 62.09º | 0.42% | 0.8% | - |
| XYZ | 49.52 | 57.55 | 25.95 | - |
| YUV | 194.3 | 85.51 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 119 | 0.01 | 0 | 0.42 | 0.20 | 62.09 | 0.46 | 0.64 |
| Hex | CA | CD | 77 | 1 | 0 | 2A | 14 | 3E | 2E | 40 |
| Octal | 312 | 315 | 167 | 1 | 0 | 52 | 24 | 76 | 56 | 100 |
| Binary | 11001010 | 11001101 | 1110111 | 1 | 0 | 101010 | 10100 | 111110 | 101110 | 1000000 |
Color Harmonies of #CACD77
Complementary color
Monochromatic Colors of #CACD77
Black with #CACD77
Text Example
Text Example
White with #CACD77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACD77; }
p { color: rgb(202,205,119); }
H1.HeaderClassName
{
color: #CACD77;
}
.AnyTagClassName
{
color: #CACD77;
}
</style>
background-color css
<style>
a { background-color: #CACD77; }
a { background-color: rgb(202,205,119); }
div.DivClassName
{
background-color: #CACD77;
}
.BgClassName
{
background-color: #CACD77;
}
</style>
border-color css
<style>
span { border-color: #CACD77; }
span { border-color: rgb(202,205,119); }
td.TdClassName
{
border-color: #CACD77;
}
.TagClassName
{
border-color: #CACD77;
}
</style>