Shades of Pine Glade #C5C077
Tints of Pine Glade #C5C077
RGB
CMYK
RGB Variations
Color information
#C5C077 (or 0xC5C077) is known color: Pine Glade. HEX triplet: C5, C0 and 77. RGB value is (197,192,119). Sum of RGB (Red+Green+Blue) = 197+192+119=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 119 (46.88% from 255 or 23.43% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C077 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C077 is #3A3F88. Grayscale: #B9B9B9. Windows color (decimal): -3817353 or 7848133. OLE color: 7848133.
HSL color Cylindrical-coordinate representation of color #C5C077: hue angle of 56.15º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5C077 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 119 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.23 |
| HSL | 56.15º | 0.4% | 0.62% | - |
| HSV(B) | 56.15º | 0.4% | 0.77% | - |
| XYZ | 45.21 | 50.9 | 24.9 | - |
| YUV | 185.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 119 | 0 | 0.03 | 0.40 | 0.23 | 56.15 | 0.4 | 0.62 |
| Hex | C5 | C0 | 77 | 0 | 3 | 28 | 17 | 38 | 28 | 3E |
| Octal | 305 | 300 | 167 | 0 | 3 | 50 | 27 | 70 | 50 | 76 |
| Binary | 11000101 | 11000000 | 1110111 | 0 | 11 | 101000 | 10111 | 111000 | 101000 | 111110 |
Color Harmonies of #C5C077
Complementary color
Monochromatic Colors of #C5C077
Black with #C5C077
Text Example
Text Example
White with #C5C077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C077; }
p { color: rgb(197,192,119); }
H1.HeaderClassName
{
color: #C5C077;
}
.AnyTagClassName
{
color: #C5C077;
}
</style>
background-color css
<style>
a { background-color: #C5C077; }
a { background-color: rgb(197,192,119); }
div.DivClassName
{
background-color: #C5C077;
}
.BgClassName
{
background-color: #C5C077;
}
</style>
border-color css
<style>
span { border-color: #C5C077; }
span { border-color: rgb(197,192,119); }
td.TdClassName
{
border-color: #C5C077;
}
.TagClassName
{
border-color: #C5C077;
}
</style>