Shades of Deco #CAD294
Tints of Deco #CAD294
RGB
CMYK
RGB Variations
Color information
#CAD294 (or 0xCAD294) is known color: Deco. HEX triplet: CA, D2 and 94. RGB value is (202,210,148). Sum of RGB (Red+Green+Blue) = 202+210+148=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD294 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD294 is #352D6B. Grayscale: #C8C8C8. Windows color (decimal): -3485036 or 9753290. OLE color: 9753290.
HSL color Cylindrical-coordinate representation of color #CAD294: hue angle of 67.74º degrees, saturation: 0.41, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAD294 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 148 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.18 |
| HSL | 67.74º | 0.41% | 0.7% | - |
| HSV(B) | 67.74º | 0.3% | 0.82% | - |
| XYZ | 52.75 | 60.79 | 36.97 | - |
| YUV | 200.54 | 98.35 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 148 | 0.04 | 0 | 0.30 | 0.18 | 67.74 | 0.41 | 0.7 |
| Hex | CA | D2 | 94 | 4 | 0 | 1E | 12 | 44 | 29 | 46 |
| Octal | 312 | 322 | 224 | 4 | 0 | 36 | 22 | 104 | 51 | 106 |
| Binary | 11001010 | 11010010 | 10010100 | 100 | 0 | 11110 | 10010 | 1000100 | 101001 | 1000110 |
Color Harmonies of #CAD294
Complementary color
Monochromatic Colors of #CAD294
Black with #CAD294
Text Example
Text Example
White with #CAD294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD294; }
p { color: rgb(202,210,148); }
H1.HeaderClassName
{
color: #CAD294;
}
.AnyTagClassName
{
color: #CAD294;
}
</style>
background-color css
<style>
a { background-color: #CAD294; }
a { background-color: rgb(202,210,148); }
div.DivClassName
{
background-color: #CAD294;
}
.BgClassName
{
background-color: #CAD294;
}
</style>
border-color css
<style>
span { border-color: #CAD294; }
span { border-color: rgb(202,210,148); }
td.TdClassName
{
border-color: #CAD294;
}
.TagClassName
{
border-color: #CAD294;
}
</style>