Shades of Pine Glade #C7C076
Tints of Pine Glade #C7C076
RGB
CMYK
RGB Variations
Color information
#C7C076 (or 0xC7C076) is known color: Pine Glade. HEX triplet: C7, C0 and 76. RGB value is (199,192,118). Sum of RGB (Red+Green+Blue) = 199+192+118=509 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.10% from 509); Green value is 192 (75.39% from 255 or 37.72% from 509); Blue value is 118 (46.48% from 255 or 23.18% from 509); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C076 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C076 is #383F89. Grayscale: #B9B9B9. Windows color (decimal): -3686282 or 7782599. OLE color: 7782599.
HSL color Cylindrical-coordinate representation of color #C7C076: hue angle of 54.81º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C7C076 is Cyan = 0, Magento = 0.04, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 192 | 118 | - |
| CMYK | 0 | 0.04 | 0.41 | 0.22 |
| HSL | 54.81º | 0.42% | 0.62% | - |
| HSV(B) | 54.81º | 0.41% | 0.78% | - |
| XYZ | 45.67 | 51.15 | 24.61 | - |
| YUV | 185.66 | 89.82 | 137.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 192 | 118 | 0 | 0.04 | 0.41 | 0.22 | 54.81 | 0.42 | 0.62 |
| Hex | C7 | C0 | 76 | 0 | 4 | 29 | 16 | 37 | 2A | 3E |
| Octal | 307 | 300 | 166 | 0 | 4 | 51 | 26 | 67 | 52 | 76 |
| Binary | 11000111 | 11000000 | 1110110 | 0 | 100 | 101001 | 10110 | 110111 | 101010 | 111110 |
Color Harmonies of #C7C076
Complementary color
Monochromatic Colors of #C7C076
Black with #C7C076
Text Example
Text Example
White with #C7C076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C076; }
p { color: rgb(199,192,118); }
H1.HeaderClassName
{
color: #C7C076;
}
.AnyTagClassName
{
color: #C7C076;
}
</style>
background-color css
<style>
a { background-color: #C7C076; }
a { background-color: rgb(199,192,118); }
div.DivClassName
{
background-color: #C7C076;
}
.BgClassName
{
background-color: #C7C076;
}
</style>
border-color css
<style>
span { border-color: #C7C076; }
span { border-color: rgb(199,192,118); }
td.TdClassName
{
border-color: #C7C076;
}
.TagClassName
{
border-color: #C7C076;
}
</style>