Shades of Deco #C2D189
Tints of Deco #C2D189
RGB
CMYK
RGB Variations
Color information
#C2D189 (or 0xC2D189) is known color: Deco. HEX triplet: C2, D1 and 89. RGB value is (194,209,137). Sum of RGB (Red+Green+Blue) = 194+209+137=540 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.93% from 540); Green value is 209 (82.03% from 255 or 38.70% from 540); Blue value is 137 (53.91% from 255 or 25.37% from 540); Max value from RGB is 209 - color contains mainly: green. Hex color #C2D189 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D189 is #3D2E76. Grayscale: #C4C4C4. Windows color (decimal): -4009591 or 9032130. OLE color: 9032130.
HSL color Cylindrical-coordinate representation of color #C2D189: hue angle of 72.5º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2D189 is Cyan = 0.07, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 194 | 209 | 137 | - |
| CMYK | 0.07 | 0 | 0.34 | 0.18 |
| HSL | 72.5º | 0.44% | 0.68% | - |
| HSV(B) | 72.5º | 0.34% | 0.82% | - |
| XYZ | 49.56 | 58.88 | 32.42 | - |
| YUV | 196.31 | 94.53 | 126.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 209 | 137 | 0.07 | 0 | 0.34 | 0.18 | 72.5 | 0.44 | 0.68 |
| Hex | C2 | D1 | 89 | 7 | 0 | 22 | 12 | 48 | 2C | 44 |
| Octal | 302 | 321 | 211 | 7 | 0 | 42 | 22 | 110 | 54 | 104 |
| Binary | 11000010 | 11010001 | 10001001 | 111 | 0 | 100010 | 10010 | 1001000 | 101100 | 1000100 |
Color Harmonies of #C2D189
Complementary color
Monochromatic Colors of #C2D189
Black with #C2D189
Text Example
Text Example
White with #C2D189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D189; }
p { color: rgb(194,209,137); }
H1.HeaderClassName
{
color: #C2D189;
}
.AnyTagClassName
{
color: #C2D189;
}
</style>
background-color css
<style>
a { background-color: #C2D189; }
a { background-color: rgb(194,209,137); }
div.DivClassName
{
background-color: #C2D189;
}
.BgClassName
{
background-color: #C2D189;
}
</style>
border-color css
<style>
span { border-color: #C2D189; }
span { border-color: rgb(194,209,137); }
td.TdClassName
{
border-color: #C2D189;
}
.TagClassName
{
border-color: #C2D189;
}
</style>