Shades of Deco #C2CD8C
Tints of Deco #C2CD8C
RGB
CMYK
RGB Variations
Color information
#C2CD8C (or 0xC2CD8C) is known color: Deco. HEX triplet: C2, CD and 8C. RGB value is (194,205,140). Sum of RGB (Red+Green+Blue) = 194+205+140=539 (71% of max value = 765). Red value is 194 (76.17% from 255 or 35.99% from 539); Green value is 205 (80.47% from 255 or 38.03% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2CD8C is #3D3273. Grayscale: #C2C2C2. Windows color (decimal): -4010612 or 9227714. OLE color: 9227714.
HSL color Cylindrical-coordinate representation of color #C2CD8C: hue angle of 70.15º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C2CD8C is Cyan = 0.05, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 194 | 205 | 140 | - |
| CMYK | 0.05 | 0 | 0.32 | 0.20 |
| HSL | 70.15º | 0.39% | 0.68% | - |
| HSV(B) | 70.15º | 0.32% | 0.8% | - |
| XYZ | 48.81 | 57.03 | 33.25 | - |
| YUV | 194.3 | 97.36 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 205 | 140 | 0.05 | 0 | 0.32 | 0.20 | 70.15 | 0.39 | 0.68 |
| Hex | C2 | CD | 8C | 5 | 0 | 20 | 14 | 46 | 27 | 44 |
| Octal | 302 | 315 | 214 | 5 | 0 | 40 | 24 | 106 | 47 | 104 |
| Binary | 11000010 | 11001101 | 10001100 | 101 | 0 | 100000 | 10100 | 1000110 | 100111 | 1000100 |
Color Harmonies of #C2CD8C
Complementary color
Monochromatic Colors of #C2CD8C
Black with #C2CD8C
Text Example
Text Example
White with #C2CD8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2CD8C; }
p { color: rgb(194,205,140); }
H1.HeaderClassName
{
color: #C2CD8C;
}
.AnyTagClassName
{
color: #C2CD8C;
}
</style>
background-color css
<style>
a { background-color: #C2CD8C; }
a { background-color: rgb(194,205,140); }
div.DivClassName
{
background-color: #C2CD8C;
}
.BgClassName
{
background-color: #C2CD8C;
}
</style>
border-color css
<style>
span { border-color: #C2CD8C; }
span { border-color: rgb(194,205,140); }
td.TdClassName
{
border-color: #C2CD8C;
}
.TagClassName
{
border-color: #C2CD8C;
}
</style>