Shades of Deco #C2D284
Tints of Deco #C2D284
RGB
CMYK
RGB Variations
Color information
#C2D284 (or 0xC2D284) is known color: Deco. HEX triplet: C2, D2 and 84. RGB value is (194,210,132). Sum of RGB (Red+Green+Blue) = 194+210+132=536 (70% of max value = 765). Red value is 194 (76.17% from 255 or 36.19% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 132 (51.95% from 255 or 24.63% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D284 is #3D2D7B. Grayscale: #C4C4C4. Windows color (decimal): -4009340 or 8704706. OLE color: 8704706.
HSL color Cylindrical-coordinate representation of color #C2D284: hue angle of 72.31º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C2D284 is Cyan = 0.08, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 210 | 132 | - |
| CMYK | 0.08 | 0 | 0.37 | 0.18 |
| HSL | 72.31º | 0.46% | 0.67% | - |
| HSV(B) | 72.31º | 0.37% | 0.82% | - |
| XYZ | 49.46 | 59.23 | 30.66 | - |
| YUV | 196.32 | 91.7 | 126.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 210 | 132 | 0.08 | 0 | 0.37 | 0.18 | 72.31 | 0.46 | 0.67 |
| Hex | C2 | D2 | 84 | 8 | 0 | 25 | 12 | 48 | 2E | 43 |
| Octal | 302 | 322 | 204 | 10 | 0 | 45 | 22 | 110 | 56 | 103 |
| Binary | 11000010 | 11010010 | 10000100 | 1000 | 0 | 100101 | 10010 | 1001000 | 101110 | 1000011 |
Color Harmonies of #C2D284
Complementary color
Monochromatic Colors of #C2D284
Black with #C2D284
Text Example
Text Example
White with #C2D284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D284; }
p { color: rgb(194,210,132); }
H1.HeaderClassName
{
color: #C2D284;
}
.AnyTagClassName
{
color: #C2D284;
}
</style>
background-color css
<style>
a { background-color: #C2D284; }
a { background-color: rgb(194,210,132); }
div.DivClassName
{
background-color: #C2D284;
}
.BgClassName
{
background-color: #C2D284;
}
</style>
border-color css
<style>
span { border-color: #C2D284; }
span { border-color: rgb(194,210,132); }
td.TdClassName
{
border-color: #C2D284;
}
.TagClassName
{
border-color: #C2D284;
}
</style>