Shades of Pine Glade #C2C885
Tints of Pine Glade #C2C885
RGB
CMYK
RGB Variations
Color information
#C2C885 (or 0xC2C885) is known color: Pine Glade. HEX triplet: C2, C8 and 85. RGB value is (194,200,133). Sum of RGB (Red+Green+Blue) = 194+200+133=527 (69% of max value = 765). Red value is 194 (76.17% from 255 or 36.81% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C885 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C885 is #3D377A. Grayscale: #BEBEBE. Windows color (decimal): -4011899 or 8767682. OLE color: 8767682.
HSL color Cylindrical-coordinate representation of color #C2C885: hue angle of 65.37º degrees, saturation: 0.38, 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 #C2C885 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 194 | 200 | 133 | - |
| CMYK | 0.03 | 0 | 0.34 | 0.22 |
| HSL | 65.37º | 0.38% | 0.65% | - |
| HSV(B) | 65.37º | 0.34% | 0.78% | - |
| XYZ | 47.14 | 54.47 | 30.22 | - |
| YUV | 190.57 | 95.51 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 200 | 133 | 0.03 | 0 | 0.34 | 0.22 | 65.37 | 0.38 | 0.65 |
| Hex | C2 | C8 | 85 | 3 | 0 | 22 | 16 | 41 | 26 | 41 |
| Octal | 302 | 310 | 205 | 3 | 0 | 42 | 26 | 101 | 46 | 101 |
| Binary | 11000010 | 11001000 | 10000101 | 11 | 0 | 100010 | 10110 | 1000001 | 100110 | 1000001 |
Color Harmonies of #C2C885
Complementary color
Monochromatic Colors of #C2C885
Black with #C2C885
Text Example
Text Example
White with #C2C885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C885; }
p { color: rgb(194,200,133); }
H1.HeaderClassName
{
color: #C2C885;
}
.AnyTagClassName
{
color: #C2C885;
}
</style>
background-color css
<style>
a { background-color: #C2C885; }
a { background-color: rgb(194,200,133); }
div.DivClassName
{
background-color: #C2C885;
}
.BgClassName
{
background-color: #C2C885;
}
</style>
border-color css
<style>
span { border-color: #C2C885; }
span { border-color: rgb(194,200,133); }
td.TdClassName
{
border-color: #C2C885;
}
.TagClassName
{
border-color: #C2C885;
}
</style>