Shades of Deco #C2D286
Tints of Deco #C2D286
RGB
CMYK
RGB Variations
Color information
#C2D286 (or 0xC2D286) is known color: Deco. HEX triplet: C2, D2 and 86. RGB value is (194,210,134). Sum of RGB (Red+Green+Blue) = 194+210+134=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 210 (82.42% from 255 or 39.03% from 538); Blue value is 134 (52.73% from 255 or 24.91% from 538); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D286 is #3D2D79. Grayscale: #C4C4C4. Windows color (decimal): -4009338 or 8835778. OLE color: 8835778.
HSL color Cylindrical-coordinate representation of color #C2D286: hue angle of 72.63º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2D286 is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 134 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.18 |
| HSL | 72.63º | 0.46% | 0.67% | - |
| HSV(B) | 72.63º | 0.36% | 0.82% | - |
| XYZ | 49.6 | 59.28 | 31.38 | - |
| YUV | 196.55 | 92.7 | 126.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 134 | 0.08 | 0 | 0.36 | 0.18 | 72.63 | 0.46 | 0.67 |
| Hex | C2 | D2 | 86 | 8 | 0 | 24 | 12 | 49 | 2E | 43 |
| Octal | 302 | 322 | 206 | 10 | 0 | 44 | 22 | 111 | 56 | 103 |
| Binary | 11000010 | 11010010 | 10000110 | 1000 | 0 | 100100 | 10010 | 1001001 | 101110 | 1000011 |
Color Harmonies of #C2D286
Complementary color
Monochromatic Colors of #C2D286
Black with #C2D286
Text Example
Text Example
White with #C2D286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D286; }
p { color: rgb(194,210,134); }
H1.HeaderClassName
{
color: #C2D286;
}
.AnyTagClassName
{
color: #C2D286;
}
</style>
background-color css
<style>
a { background-color: #C2D286; }
a { background-color: rgb(194,210,134); }
div.DivClassName
{
background-color: #C2D286;
}
.BgClassName
{
background-color: #C2D286;
}
</style>
border-color css
<style>
span { border-color: #C2D286; }
span { border-color: rgb(194,210,134); }
td.TdClassName
{
border-color: #C2D286;
}
.TagClassName
{
border-color: #C2D286;
}
</style>