Shades of Pine Glade #C4C079
Tints of Pine Glade #C4C079
RGB
CMYK
RGB Variations
Color information
#C4C079 (or 0xC4C079) is known color: Pine Glade. HEX triplet: C4, C0 and 79. RGB value is (196,192,121). Sum of RGB (Red+Green+Blue) = 196+192+121=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 121 (47.66% from 255 or 23.77% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C079 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C079 is #3B3F86. Grayscale: #B9B9B9. Windows color (decimal): -3882887 or 7979204. OLE color: 7979204.
HSL color Cylindrical-coordinate representation of color #C4C079: hue angle of 56.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4C079 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 192 | 121 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.23 |
| HSL | 56.8º | 0.39% | 0.62% | - |
| HSV(B) | 56.8º | 0.38% | 0.77% | - |
| XYZ | 45.07 | 50.82 | 25.52 | - |
| YUV | 185.1 | 91.83 | 135.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 192 | 121 | 0 | 0.02 | 0.38 | 0.23 | 56.8 | 0.39 | 0.62 |
| Hex | C4 | C0 | 79 | 0 | 2 | 26 | 17 | 39 | 27 | 3E |
| Octal | 304 | 300 | 171 | 0 | 2 | 46 | 27 | 71 | 47 | 76 |
| Binary | 11000100 | 11000000 | 1111001 | 0 | 10 | 100110 | 10111 | 111001 | 100111 | 111110 |
Color Harmonies of #C4C079
Complementary color
Monochromatic Colors of #C4C079
Black with #C4C079
Text Example
Text Example
White with #C4C079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C079; }
p { color: rgb(196,192,121); }
H1.HeaderClassName
{
color: #C4C079;
}
.AnyTagClassName
{
color: #C4C079;
}
</style>
background-color css
<style>
a { background-color: #C4C079; }
a { background-color: rgb(196,192,121); }
div.DivClassName
{
background-color: #C4C079;
}
.BgClassName
{
background-color: #C4C079;
}
</style>
border-color css
<style>
span { border-color: #C4C079; }
span { border-color: rgb(196,192,121); }
td.TdClassName
{
border-color: #C4C079;
}
.TagClassName
{
border-color: #C4C079;
}
</style>