Shades of Pine Glade #C2C786
Tints of Pine Glade #C2C786
RGB
CMYK
RGB Variations
Color information
#C2C786 (or 0xC2C786) is known color: Pine Glade. HEX triplet: C2, C7 and 86. RGB value is (194,199,134). Sum of RGB (Red+Green+Blue) = 194+199+134=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 199 (78.12% from 255 or 37.76% from 527); Blue value is 134 (52.73% from 255 or 25.43% from 527); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C786 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C786 is #3D3879. Grayscale: #BEBEBE. Windows color (decimal): -4012154 or 8832962. OLE color: 8832962.
HSL color Cylindrical-coordinate representation of color #C2C786: hue angle of 64.62º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2C786 is Cyan = 0.03, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 199 | 134 | - |
| CMYK | 0.03 | 0 | 0.33 | 0.22 |
| HSL | 64.62º | 0.37% | 0.65% | - |
| HSV(B) | 64.62º | 0.33% | 0.78% | - |
| XYZ | 46.97 | 54.04 | 30.51 | - |
| YUV | 190.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 199 | 134 | 0.03 | 0 | 0.33 | 0.22 | 64.62 | 0.37 | 0.65 |
| Hex | C2 | C7 | 86 | 3 | 0 | 21 | 16 | 41 | 25 | 41 |
| Octal | 302 | 307 | 206 | 3 | 0 | 41 | 26 | 101 | 45 | 101 |
| Binary | 11000010 | 11000111 | 10000110 | 11 | 0 | 100001 | 10110 | 1000001 | 100101 | 1000001 |
Color Harmonies of #C2C786
Complementary color
Monochromatic Colors of #C2C786
Black with #C2C786
Text Example
Text Example
White with #C2C786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C786; }
p { color: rgb(194,199,134); }
H1.HeaderClassName
{
color: #C2C786;
}
.AnyTagClassName
{
color: #C2C786;
}
</style>
background-color css
<style>
a { background-color: #C2C786; }
a { background-color: rgb(194,199,134); }
div.DivClassName
{
background-color: #C2C786;
}
.BgClassName
{
background-color: #C2C786;
}
</style>
border-color css
<style>
span { border-color: #C2C786; }
span { border-color: rgb(194,199,134); }
td.TdClassName
{
border-color: #C2C786;
}
.TagClassName
{
border-color: #C2C786;
}
</style>