Shades of Pine Glade #C0C677
Tints of Pine Glade #C0C677
RGB
CMYK
RGB Variations
Color information
#C0C677 (or 0xC0C677) is known color: Pine Glade. HEX triplet: C0, C6 and 77. RGB value is (192,198,119). Sum of RGB (Red+Green+Blue) = 192+198+119=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 198 (77.73% from 255 or 38.90% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C677 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0C677 is #3F3988. Grayscale: #BBBBBB. Windows color (decimal): -4143497 or 7849664. OLE color: 7849664.
HSL color Cylindrical-coordinate representation of color #C0C677: hue angle of 64.56º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C0C677 is Cyan = 0.03, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 192 | 198 | 119 | - |
| CMYK | 0.03 | 0 | 0.40 | 0.22 |
| HSL | 64.56º | 0.41% | 0.62% | - |
| HSV(B) | 64.56º | 0.4% | 0.78% | - |
| XYZ | 45.26 | 52.93 | 25.28 | - |
| YUV | 187.2 | 89.51 | 131.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 198 | 119 | 0.03 | 0 | 0.40 | 0.22 | 64.56 | 0.41 | 0.62 |
| Hex | C0 | C6 | 77 | 3 | 0 | 28 | 16 | 41 | 29 | 3E |
| Octal | 300 | 306 | 167 | 3 | 0 | 50 | 26 | 101 | 51 | 76 |
| Binary | 11000000 | 11000110 | 1110111 | 11 | 0 | 101000 | 10110 | 1000001 | 101001 | 111110 |
Color Harmonies of #C0C677
Complementary color
Monochromatic Colors of #C0C677
Black with #C0C677
Text Example
Text Example
White with #C0C677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C677; }
p { color: rgb(192,198,119); }
H1.HeaderClassName
{
color: #C0C677;
}
.AnyTagClassName
{
color: #C0C677;
}
</style>
background-color css
<style>
a { background-color: #C0C677; }
a { background-color: rgb(192,198,119); }
div.DivClassName
{
background-color: #C0C677;
}
.BgClassName
{
background-color: #C0C677;
}
</style>
border-color css
<style>
span { border-color: #C0C677; }
span { border-color: rgb(192,198,119); }
td.TdClassName
{
border-color: #C0C677;
}
.TagClassName
{
border-color: #C0C677;
}
</style>