Shades of Deco #CED192
Tints of Deco #CED192
RGB
CMYK
RGB Variations
Color information
#CED192 (or 0xCED192) is known color: Deco. HEX triplet: CE, D1 and 92. RGB value is (206,209,146). Sum of RGB (Red+Green+Blue) = 206+209+146=561 (74% of max value = 765). Red value is 206 (80.86% from 255 or 36.72% from 561); Green value is 209 (82.03% from 255 or 37.25% from 561); Blue value is 146 (57.42% from 255 or 26.02% from 561); Max value from RGB is 209 - color contains mainly: green. Hex color #CED192 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CED192 is #312E6D. Grayscale: #C9C9C9. Windows color (decimal): -3223150 or 9621966. OLE color: 9621966.
HSL color Cylindrical-coordinate representation of color #CED192: hue angle of 62.86º 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 #CED192 is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 209 | 146 | - |
| CMYK | 0.01 | 0 | 0.30 | 0.18 |
| HSL | 62.86º | 0.41% | 0.7% | - |
| HSV(B) | 62.86º | 0.3% | 0.82% | - |
| XYZ | 53.44 | 60.8 | 36.11 | - |
| YUV | 200.92 | 97.01 | 131.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 209 | 146 | 0.01 | 0 | 0.30 | 0.18 | 62.86 | 0.41 | 0.7 |
| Hex | CE | D1 | 92 | 1 | 0 | 1E | 12 | 3F | 29 | 46 |
| Octal | 316 | 321 | 222 | 1 | 0 | 36 | 22 | 77 | 51 | 106 |
| Binary | 11001110 | 11010001 | 10010010 | 1 | 0 | 11110 | 10010 | 111111 | 101001 | 1000110 |
Color Harmonies of #CED192
Complementary color
Monochromatic Colors of #CED192
Black with #CED192
Text Example
Text Example
White with #CED192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CED192; }
p { color: rgb(206,209,146); }
H1.HeaderClassName
{
color: #CED192;
}
.AnyTagClassName
{
color: #CED192;
}
</style>
background-color css
<style>
a { background-color: #CED192; }
a { background-color: rgb(206,209,146); }
div.DivClassName
{
background-color: #CED192;
}
.BgClassName
{
background-color: #CED192;
}
</style>
border-color css
<style>
span { border-color: #CED192; }
span { border-color: rgb(206,209,146); }
td.TdClassName
{
border-color: #CED192;
}
.TagClassName
{
border-color: #CED192;
}
</style>