Shades of Deco #CADA92
Tints of Deco #CADA92
RGB
CMYK
RGB Variations
Color information
#CADA92 (or 0xCADA92) is known color: Deco. HEX triplet: CA, DA and 92. RGB value is (202,218,146). Sum of RGB (Red+Green+Blue) = 202+218+146=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 218 (85.55% from 255 or 38.52% from 566); Blue value is 146 (57.42% from 255 or 25.80% from 566); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CADA92 is #35256D. Grayscale: #CDCDCD. Windows color (decimal): -3482990 or 9624266. OLE color: 9624266.
HSL color Cylindrical-coordinate representation of color #CADA92: hue angle of 73.33º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CADA92 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 146 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.15 |
| HSL | 73.33º | 0.49% | 0.71% | - |
| HSV(B) | 73.33º | 0.33% | 0.85% | - |
| XYZ | 54.62 | 64.77 | 36.82 | - |
| YUV | 205.01 | 94.7 | 125.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 146 | 0.07 | 0 | 0.33 | 0.15 | 73.33 | 0.49 | 0.71 |
| Hex | CA | DA | 92 | 7 | 0 | 21 | F | 49 | 31 | 47 |
| Octal | 312 | 332 | 222 | 7 | 0 | 41 | 17 | 111 | 61 | 107 |
| Binary | 11001010 | 11011010 | 10010010 | 111 | 0 | 100001 | 1111 | 1001001 | 110001 | 1000111 |
Color Harmonies of #CADA92
Complementary color
Monochromatic Colors of #CADA92
Black with #CADA92
Text Example
Text Example
White with #CADA92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA92; }
p { color: rgb(202,218,146); }
H1.HeaderClassName
{
color: #CADA92;
}
.AnyTagClassName
{
color: #CADA92;
}
</style>
background-color css
<style>
a { background-color: #CADA92; }
a { background-color: rgb(202,218,146); }
div.DivClassName
{
background-color: #CADA92;
}
.BgClassName
{
background-color: #CADA92;
}
</style>
border-color css
<style>
span { border-color: #CADA92; }
span { border-color: rgb(202,218,146); }
td.TdClassName
{
border-color: #CADA92;
}
.TagClassName
{
border-color: #CADA92;
}
</style>