Shades of Pine Glade #C0C87C
Tints of Pine Glade #C0C87C
RGB
CMYK
RGB Variations
Color information
#C0C87C (or 0xC0C87C) is known color: Pine Glade. HEX triplet: C0, C8 and 7C. RGB value is (192,200,124). Sum of RGB (Red+Green+Blue) = 192+200+124=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 200 (78.52% from 255 or 38.76% from 516); Blue value is 124 (48.83% from 255 or 24.03% from 516); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C87C is #3F3783. Grayscale: #BDBDBD. Windows color (decimal): -4142980 or 8177856. OLE color: 8177856.
HSL color Cylindrical-coordinate representation of color #C0C87C: hue angle of 66.32º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C87C is Cyan = 0.04, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 200 | 124 | - |
| CMYK | 0.04 | 0 | 0.38 | 0.22 |
| HSL | 66.32º | 0.41% | 0.64% | - |
| HSV(B) | 66.32º | 0.38% | 0.78% | - |
| XYZ | 46.03 | 53.97 | 27.06 | - |
| YUV | 188.94 | 91.35 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 200 | 124 | 0.04 | 0 | 0.38 | 0.22 | 66.32 | 0.41 | 0.64 |
| Hex | C0 | C8 | 7C | 4 | 0 | 26 | 16 | 42 | 29 | 40 |
| Octal | 300 | 310 | 174 | 4 | 0 | 46 | 26 | 102 | 51 | 100 |
| Binary | 11000000 | 11001000 | 1111100 | 100 | 0 | 100110 | 10110 | 1000010 | 101001 | 1000000 |
Color Harmonies of #C0C87C
Complementary color
Monochromatic Colors of #C0C87C
Black with #C0C87C
Text Example
Text Example
White with #C0C87C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C87C; }
p { color: rgb(192,200,124); }
H1.HeaderClassName
{
color: #C0C87C;
}
.AnyTagClassName
{
color: #C0C87C;
}
</style>
background-color css
<style>
a { background-color: #C0C87C; }
a { background-color: rgb(192,200,124); }
div.DivClassName
{
background-color: #C0C87C;
}
.BgClassName
{
background-color: #C0C87C;
}
</style>
border-color css
<style>
span { border-color: #C0C87C; }
span { border-color: rgb(192,200,124); }
td.TdClassName
{
border-color: #C0C87C;
}
.TagClassName
{
border-color: #C0C87C;
}
</style>