Shades of Pine Glade #C0C881
Tints of Pine Glade #C0C881
RGB
CMYK
RGB Variations
Color information
#C0C881 (or 0xC0C881) is known color: Pine Glade. HEX triplet: C0, C8 and 81. RGB value is (192,200,129). Sum of RGB (Red+Green+Blue) = 192+200+129=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 200 (78.52% from 255 or 38.39% from 521); Blue value is 129 (50.78% from 255 or 24.76% from 521); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C881 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C881 is #3F377E. Grayscale: #BDBDBD. Windows color (decimal): -4142975 or 8505536. OLE color: 8505536.
HSL color Cylindrical-coordinate representation of color #C0C881: hue angle of 66.76º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0C881 is Cyan = 0.04, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 129 | - |
| CMYK | 0.04 | 0 | 0.36 | 0.22 |
| HSL | 66.76º | 0.39% | 0.65% | - |
| HSV(B) | 66.76º | 0.36% | 0.78% | - |
| XYZ | 46.35 | 54.1 | 28.77 | - |
| YUV | 189.51 | 93.85 | 129.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 129 | 0.04 | 0 | 0.36 | 0.22 | 66.76 | 0.39 | 0.65 |
| Hex | C0 | C8 | 81 | 4 | 0 | 24 | 16 | 43 | 27 | 41 |
| Octal | 300 | 310 | 201 | 4 | 0 | 44 | 26 | 103 | 47 | 101 |
| Binary | 11000000 | 11001000 | 10000001 | 100 | 0 | 100100 | 10110 | 1000011 | 100111 | 1000001 |
Color Harmonies of #C0C881
Complementary color
Monochromatic Colors of #C0C881
Black with #C0C881
Text Example
Text Example
White with #C0C881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C881; }
p { color: rgb(192,200,129); }
H1.HeaderClassName
{
color: #C0C881;
}
.AnyTagClassName
{
color: #C0C881;
}
</style>
background-color css
<style>
a { background-color: #C0C881; }
a { background-color: rgb(192,200,129); }
div.DivClassName
{
background-color: #C0C881;
}
.BgClassName
{
background-color: #C0C881;
}
</style>
border-color css
<style>
span { border-color: #C0C881; }
span { border-color: rgb(192,200,129); }
td.TdClassName
{
border-color: #C0C881;
}
.TagClassName
{
border-color: #C0C881;
}
</style>