Shades of Pine Glade #C2C980
Tints of Pine Glade #C2C980
RGB
CMYK
RGB Variations
Color information
#C2C980 (or 0xC2C980) is known color: Pine Glade. HEX triplet: C2, C9 and 80. RGB value is (194,201,128). Sum of RGB (Red+Green+Blue) = 194+201+128=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 201 (78.91% from 255 or 38.43% from 523); Blue value is 128 (50.39% from 255 or 24.47% from 523); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C980 is #3D367F. Grayscale: #BEBEBE. Windows color (decimal): -4011648 or 8440258. OLE color: 8440258.
HSL color Cylindrical-coordinate representation of color #C2C980: hue angle of 65.75º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C2C980 is Cyan = 0.03, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 194 | 201 | 128 | - |
| CMYK | 0.03 | 0 | 0.36 | 0.21 |
| HSL | 65.75º | 0.4% | 0.65% | - |
| HSV(B) | 65.75º | 0.36% | 0.79% | - |
| XYZ | 47.03 | 54.8 | 28.52 | - |
| YUV | 190.59 | 92.68 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 201 | 128 | 0.03 | 0 | 0.36 | 0.21 | 65.75 | 0.4 | 0.65 |
| Hex | C2 | C9 | 80 | 3 | 0 | 24 | 15 | 42 | 28 | 41 |
| Octal | 302 | 311 | 200 | 3 | 0 | 44 | 25 | 102 | 50 | 101 |
| Binary | 11000010 | 11001001 | 10000000 | 11 | 0 | 100100 | 10101 | 1000010 | 101000 | 1000001 |
Color Harmonies of #C2C980
Complementary color
Monochromatic Colors of #C2C980
Black with #C2C980
Text Example
Text Example
White with #C2C980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C980; }
p { color: rgb(194,201,128); }
H1.HeaderClassName
{
color: #C2C980;
}
.AnyTagClassName
{
color: #C2C980;
}
</style>
background-color css
<style>
a { background-color: #C2C980; }
a { background-color: rgb(194,201,128); }
div.DivClassName
{
background-color: #C2C980;
}
.BgClassName
{
background-color: #C2C980;
}
</style>
border-color css
<style>
span { border-color: #C2C980; }
span { border-color: rgb(194,201,128); }
td.TdClassName
{
border-color: #C2C980;
}
.TagClassName
{
border-color: #C2C980;
}
</style>