Shades of Pine Glade #C5C079
Tints of Pine Glade #C5C079
RGB
CMYK
RGB Variations
Color information
#C5C079 (or 0xC5C079) is known color: Pine Glade. HEX triplet: C5, C0 and 79. RGB value is (197,192,121). Sum of RGB (Red+Green+Blue) = 197+192+121=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 192 (75.39% from 255 or 37.65% from 510); Blue value is 121 (47.66% from 255 or 23.73% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C079 is #3A3F86. Grayscale: #B9B9B9. Windows color (decimal): -3817351 or 7979205. OLE color: 7979205.
HSL color Cylindrical-coordinate representation of color #C5C079: hue angle of 56.05º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C5C079 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 121 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.23 |
| HSL | 56.05º | 0.4% | 0.62% | - |
| HSV(B) | 56.05º | 0.39% | 0.77% | - |
| XYZ | 45.33 | 50.95 | 25.53 | - |
| YUV | 185.4 | 91.66 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 121 | 0 | 0.03 | 0.39 | 0.23 | 56.05 | 0.4 | 0.62 |
| Hex | C5 | C0 | 79 | 0 | 3 | 27 | 17 | 38 | 28 | 3E |
| Octal | 305 | 300 | 171 | 0 | 3 | 47 | 27 | 70 | 50 | 76 |
| Binary | 11000101 | 11000000 | 1111001 | 0 | 11 | 100111 | 10111 | 111000 | 101000 | 111110 |
Color Harmonies of #C5C079
Complementary color
Monochromatic Colors of #C5C079
Black with #C5C079
Text Example
Text Example
White with #C5C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C079; }
p { color: rgb(197,192,121); }
H1.HeaderClassName
{
color: #C5C079;
}
.AnyTagClassName
{
color: #C5C079;
}
</style>
background-color css
<style>
a { background-color: #C5C079; }
a { background-color: rgb(197,192,121); }
div.DivClassName
{
background-color: #C5C079;
}
.BgClassName
{
background-color: #C5C079;
}
</style>
border-color css
<style>
span { border-color: #C5C079; }
span { border-color: rgb(197,192,121); }
td.TdClassName
{
border-color: #C5C079;
}
.TagClassName
{
border-color: #C5C079;
}
</style>