Shades of Deco #CAD393
Tints of Deco #CAD393
RGB
CMYK
RGB Variations
Color information
#CAD393 (or 0xCAD393) is known color: Deco. HEX triplet: CA, D3 and 93. RGB value is (202,211,147). Sum of RGB (Red+Green+Blue) = 202+211+147=560 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.07% from 560); Green value is 211 (82.81% from 255 or 37.68% from 560); Blue value is 147 (57.81% from 255 or 26.25% from 560); Max value from RGB is 211 - color contains mainly: green. Hex color #CAD393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD393 is #352C6C. Grayscale: #C9C9C9. Windows color (decimal): -3484781 or 9688010. OLE color: 9688010.
HSL color Cylindrical-coordinate representation of color #CAD393: hue angle of 68.44º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CAD393 is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 211 | 147 | - |
| CMYK | 0.04 | 0 | 0.30 | 0.17 |
| HSL | 68.44º | 0.42% | 0.7% | - |
| HSV(B) | 68.44º | 0.3% | 0.83% | - |
| XYZ | 52.92 | 61.25 | 36.64 | - |
| YUV | 201.01 | 97.52 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 211 | 147 | 0.04 | 0 | 0.30 | 0.17 | 68.44 | 0.42 | 0.7 |
| Hex | CA | D3 | 93 | 4 | 0 | 1E | 11 | 44 | 2A | 46 |
| Octal | 312 | 323 | 223 | 4 | 0 | 36 | 21 | 104 | 52 | 106 |
| Binary | 11001010 | 11010011 | 10010011 | 100 | 0 | 11110 | 10001 | 1000100 | 101010 | 1000110 |
Color Harmonies of #CAD393
Complementary color
Monochromatic Colors of #CAD393
Black with #CAD393
Text Example
Text Example
White with #CAD393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD393; }
p { color: rgb(202,211,147); }
H1.HeaderClassName
{
color: #CAD393;
}
.AnyTagClassName
{
color: #CAD393;
}
</style>
background-color css
<style>
a { background-color: #CAD393; }
a { background-color: rgb(202,211,147); }
div.DivClassName
{
background-color: #CAD393;
}
.BgClassName
{
background-color: #CAD393;
}
</style>
border-color css
<style>
span { border-color: #CAD393; }
span { border-color: rgb(202,211,147); }
td.TdClassName
{
border-color: #CAD393;
}
.TagClassName
{
border-color: #CAD393;
}
</style>