Shades of Pine Glade #C2C877
Tints of Pine Glade #C2C877
RGB
CMYK
RGB Variations
Color information
#C2C877 (or 0xC2C877) is known color: Pine Glade. HEX triplet: C2, C8 and 77. RGB value is (194,200,119). Sum of RGB (Red+Green+Blue) = 194+200+119=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 200 (78.52% from 255 or 38.99% from 513); Blue value is 119 (46.88% from 255 or 23.20% from 513); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C877 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2C877 is #3D3788. Grayscale: #BDBDBD. Windows color (decimal): -4011913 or 7850178. OLE color: 7850178.
HSL color Cylindrical-coordinate representation of color #C2C877: hue angle of 64.44º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C2C877 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 119 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.22 |
| HSL | 64.44º | 0.42% | 0.63% | - |
| HSV(B) | 64.44º | 0.41% | 0.78% | - |
| XYZ | 46.23 | 54.11 | 25.46 | - |
| YUV | 188.97 | 88.51 | 131.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 119 | 0.03 | 0 | 0.40 | 0.22 | 64.44 | 0.42 | 0.63 |
| Hex | C2 | C8 | 77 | 3 | 0 | 28 | 16 | 40 | 2A | 3F |
| Octal | 302 | 310 | 167 | 3 | 0 | 50 | 26 | 100 | 52 | 77 |
| Binary | 11000010 | 11001000 | 1110111 | 11 | 0 | 101000 | 10110 | 1000000 | 101010 | 111111 |
Color Harmonies of #C2C877
Complementary color
Monochromatic Colors of #C2C877
Black with #C2C877
Text Example
Text Example
White with #C2C877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C877; }
p { color: rgb(194,200,119); }
H1.HeaderClassName
{
color: #C2C877;
}
.AnyTagClassName
{
color: #C2C877;
}
</style>
background-color css
<style>
a { background-color: #C2C877; }
a { background-color: rgb(194,200,119); }
div.DivClassName
{
background-color: #C2C877;
}
.BgClassName
{
background-color: #C2C877;
}
</style>
border-color css
<style>
span { border-color: #C2C877; }
span { border-color: rgb(194,200,119); }
td.TdClassName
{
border-color: #C2C877;
}
.TagClassName
{
border-color: #C2C877;
}
</style>