Shades of Pine Glade #C2C580
Tints of Pine Glade #C2C580
RGB
CMYK
RGB Variations
Color information
#C2C580 (or 0xC2C580) is known color: Pine Glade. HEX triplet: C2, C5 and 80. RGB value is (194,197,128). Sum of RGB (Red+Green+Blue) = 194+197+128=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 197 (77.34% from 255 or 37.96% from 519); Blue value is 128 (50.39% from 255 or 24.66% from 519); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C580 is #3D3A7F. Grayscale: #BCBCBC. Windows color (decimal): -4012672 or 8439234. OLE color: 8439234.
HSL color Cylindrical-coordinate representation of color #C2C580: hue angle of 62.61º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2C580 is Cyan = 0.02, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 194 | 197 | 128 | - |
| CMYK | 0.02 | 0 | 0.35 | 0.23 |
| HSL | 62.61º | 0.37% | 0.64% | - |
| HSV(B) | 62.61º | 0.35% | 0.77% | - |
| XYZ | 46.11 | 52.96 | 28.21 | - |
| YUV | 188.24 | 94.01 | 132.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 197 | 128 | 0.02 | 0 | 0.35 | 0.23 | 62.61 | 0.37 | 0.64 |
| Hex | C2 | C5 | 80 | 2 | 0 | 23 | 17 | 3F | 25 | 40 |
| Octal | 302 | 305 | 200 | 2 | 0 | 43 | 27 | 77 | 45 | 100 |
| Binary | 11000010 | 11000101 | 10000000 | 10 | 0 | 100011 | 10111 | 111111 | 100101 | 1000000 |
Color Harmonies of #C2C580
Complementary color
Monochromatic Colors of #C2C580
Black with #C2C580
Text Example
Text Example
White with #C2C580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C580; }
p { color: rgb(194,197,128); }
H1.HeaderClassName
{
color: #C2C580;
}
.AnyTagClassName
{
color: #C2C580;
}
</style>
background-color css
<style>
a { background-color: #C2C580; }
a { background-color: rgb(194,197,128); }
div.DivClassName
{
background-color: #C2C580;
}
.BgClassName
{
background-color: #C2C580;
}
</style>
border-color css
<style>
span { border-color: #C2C580; }
span { border-color: rgb(194,197,128); }
td.TdClassName
{
border-color: #C2C580;
}
.TagClassName
{
border-color: #C2C580;
}
</style>