Shades of Pine Glade #C0C077
Tints of Pine Glade #C0C077
RGB
CMYK
RGB Variations
Color information
#C0C077 (or 0xC0C077) is known color: Pine Glade. HEX triplet: C0, C0 and 77. RGB value is (192,192,119). Sum of RGB (Red+Green+Blue) = 192+192+119=503 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.17% from 503); Green value is 192 (75.39% from 255 or 38.17% from 503); Blue value is 119 (46.88% from 255 or 23.66% from 503); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C077 is #3F3F88. Grayscale: #B7B7B7. Windows color (decimal): -4145033 or 7848128. OLE color: 7848128.
HSL color Cylindrical-coordinate representation of color #C0C077: hue angle of 60º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0C077 is Cyan = 0, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 119 | - |
| CMYK | 0 | 0 | 0.38 | 0.25 |
| HSL | 60º | 0.37% | 0.61% | - |
| HSV(B) | 60º | 0.38% | 0.75% | - |
| XYZ | 43.92 | 50.24 | 24.83 | - |
| YUV | 183.68 | 91.5 | 133.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 119 | 0 | 0 | 0.38 | 0.25 | 60 | 0.37 | 0.61 |
| Hex | C0 | C0 | 77 | 0 | 0 | 26 | 19 | 3C | 25 | 3D |
| Octal | 300 | 300 | 167 | 0 | 0 | 46 | 31 | 74 | 45 | 75 |
| Binary | 11000000 | 11000000 | 1110111 | 0 | 0 | 100110 | 11001 | 111100 | 100101 | 111101 |
Color Harmonies of #C0C077
Complementary color
Monochromatic Colors of #C0C077
Black with #C0C077
Text Example
Text Example
White with #C0C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C077; }
p { color: rgb(192,192,119); }
H1.HeaderClassName
{
color: #C0C077;
}
.AnyTagClassName
{
color: #C0C077;
}
</style>
background-color css
<style>
a { background-color: #C0C077; }
a { background-color: rgb(192,192,119); }
div.DivClassName
{
background-color: #C0C077;
}
.BgClassName
{
background-color: #C0C077;
}
</style>
border-color css
<style>
span { border-color: #C0C077; }
span { border-color: rgb(192,192,119); }
td.TdClassName
{
border-color: #C0C077;
}
.TagClassName
{
border-color: #C0C077;
}
</style>