Shades of Deco #CACD8A
Tints of Deco #CACD8A
RGB
CMYK
RGB Variations
Color information
#CACD8A (or 0xCACD8A) is known color: Deco. HEX triplet: CA, CD and 8A. RGB value is (202,205,138). Sum of RGB (Red+Green+Blue) = 202+205+138=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 138 (54.30% from 255 or 25.32% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #CACD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CACD8A is #353275. Grayscale: #C4C4C4. Windows color (decimal): -3486326 or 9096650. OLE color: 9096650.
HSL color Cylindrical-coordinate representation of color #CACD8A: hue angle of 62.69º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CACD8A is Cyan = 0.01, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 202 | 205 | 138 | - |
| CMYK | 0.01 | 0 | 0.33 | 0.20 |
| HSL | 62.69º | 0.4% | 0.67% | - |
| HSV(B) | 62.69º | 0.33% | 0.8% | - |
| XYZ | 50.78 | 58.05 | 32.57 | - |
| YUV | 196.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 205 | 138 | 0.01 | 0 | 0.33 | 0.20 | 62.69 | 0.4 | 0.67 |
| Hex | CA | CD | 8A | 1 | 0 | 21 | 14 | 3F | 28 | 43 |
| Octal | 312 | 315 | 212 | 1 | 0 | 41 | 24 | 77 | 50 | 103 |
| Binary | 11001010 | 11001101 | 10001010 | 1 | 0 | 100001 | 10100 | 111111 | 101000 | 1000011 |
Color Harmonies of #CACD8A
Complementary color
Monochromatic Colors of #CACD8A
Black with #CACD8A
Text Example
Text Example
White with #CACD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACD8A; }
p { color: rgb(202,205,138); }
H1.HeaderClassName
{
color: #CACD8A;
}
.AnyTagClassName
{
color: #CACD8A;
}
</style>
background-color css
<style>
a { background-color: #CACD8A; }
a { background-color: rgb(202,205,138); }
div.DivClassName
{
background-color: #CACD8A;
}
.BgClassName
{
background-color: #CACD8A;
}
</style>
border-color css
<style>
span { border-color: #CACD8A; }
span { border-color: rgb(202,205,138); }
td.TdClassName
{
border-color: #CACD8A;
}
.TagClassName
{
border-color: #CACD8A;
}
</style>