Shades of Deco #C2D38C
Tints of Deco #C2D38C
RGB
CMYK
RGB Variations
Color information
#C2D38C (or 0xC2D38C) is known color: Deco. HEX triplet: C2, D3 and 8C. RGB value is (194,211,140). Sum of RGB (Red+Green+Blue) = 194+211+140=545 (72% of max value = 765). Red value is 194 (76.17% from 255 or 35.60% from 545); Green value is 211 (82.81% from 255 or 38.72% from 545); Blue value is 140 (55.08% from 255 or 25.69% from 545); Max value from RGB is 211 - color contains mainly: green. Hex color #C2D38C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D38C is #3D2C73. Grayscale: #C6C6C6. Windows color (decimal): -4009076 or 9229250. OLE color: 9229250.
HSL color Cylindrical-coordinate representation of color #C2D38C: hue angle of 74.37º degrees, saturation: 0.45, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C2D38C is Cyan = 0.08, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 194 | 211 | 140 | - |
| CMYK | 0.08 | 0 | 0.34 | 0.17 |
| HSL | 74.37º | 0.45% | 0.69% | - |
| HSV(B) | 74.37º | 0.34% | 0.83% | - |
| XYZ | 50.28 | 59.95 | 33.73 | - |
| YUV | 197.82 | 95.37 | 125.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 211 | 140 | 0.08 | 0 | 0.34 | 0.17 | 74.37 | 0.45 | 0.69 |
| Hex | C2 | D3 | 8C | 8 | 0 | 22 | 11 | 4A | 2D | 45 |
| Octal | 302 | 323 | 214 | 10 | 0 | 42 | 21 | 112 | 55 | 105 |
| Binary | 11000010 | 11010011 | 10001100 | 1000 | 0 | 100010 | 10001 | 1001010 | 101101 | 1000101 |
Color Harmonies of #C2D38C
Complementary color
Monochromatic Colors of #C2D38C
Black with #C2D38C
Text Example
Text Example
White with #C2D38C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2D38C; }
p { color: rgb(194,211,140); }
H1.HeaderClassName
{
color: #C2D38C;
}
.AnyTagClassName
{
color: #C2D38C;
}
</style>
background-color css
<style>
a { background-color: #C2D38C; }
a { background-color: rgb(194,211,140); }
div.DivClassName
{
background-color: #C2D38C;
}
.BgClassName
{
background-color: #C2D38C;
}
</style>
border-color css
<style>
span { border-color: #C2D38C; }
span { border-color: rgb(194,211,140); }
td.TdClassName
{
border-color: #C2D38C;
}
.TagClassName
{
border-color: #C2D38C;
}
</style>