Shades of Pine Glade #C0C07F
Tints of Pine Glade #C0C07F
RGB
CMYK
RGB Variations
Color information
#C0C07F (or 0xC0C07F) is known color: Pine Glade. HEX triplet: C0, C0 and 7F. RGB value is (192,192,127). Sum of RGB (Red+Green+Blue) = 192+192+127=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 192 (75.39% from 255 or 37.57% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C07F is #3F3F80. Grayscale: #B8B8B8. Windows color (decimal): -4145025 or 8372416. OLE color: 8372416.
HSL color Cylindrical-coordinate representation of color #C0C07F: hue angle of 60º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0C07F is Cyan = 0, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 127 | - |
| CMYK | 0 | 0 | 0.34 | 0.25 |
| HSL | 60º | 0.34% | 0.63% | - |
| HSV(B) | 60º | 0.34% | 0.75% | - |
| XYZ | 44.42 | 50.44 | 27.47 | - |
| YUV | 184.59 | 95.5 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 127 | 0 | 0 | 0.34 | 0.25 | 60 | 0.34 | 0.63 |
| Hex | C0 | C0 | 7F | 0 | 0 | 22 | 19 | 3C | 22 | 3F |
| Octal | 300 | 300 | 177 | 0 | 0 | 42 | 31 | 74 | 42 | 77 |
| Binary | 11000000 | 11000000 | 1111111 | 0 | 0 | 100010 | 11001 | 111100 | 100010 | 111111 |
Color Harmonies of #C0C07F
Complementary color
Monochromatic Colors of #C0C07F
Black with #C0C07F
Text Example
Text Example
White with #C0C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C07F; }
p { color: rgb(192,192,127); }
H1.HeaderClassName
{
color: #C0C07F;
}
.AnyTagClassName
{
color: #C0C07F;
}
</style>
background-color css
<style>
a { background-color: #C0C07F; }
a { background-color: rgb(192,192,127); }
div.DivClassName
{
background-color: #C0C07F;
}
.BgClassName
{
background-color: #C0C07F;
}
</style>
border-color css
<style>
span { border-color: #C0C07F; }
span { border-color: rgb(192,192,127); }
td.TdClassName
{
border-color: #C0C07F;
}
.TagClassName
{
border-color: #C0C07F;
}
</style>