Shades of Pine Glade #C7C376
Tints of Pine Glade #C7C376
RGB
CMYK
RGB Variations
Color information
#C7C376 (or 0xC7C376) is known color: Pine Glade. HEX triplet: C7, C3 and 76. RGB value is (199,195,118). Sum of RGB (Red+Green+Blue) = 199+195+118=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 195 (76.56% from 255 or 38.09% from 512); Blue value is 118 (46.48% from 255 or 23.05% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C376 is #383C89. Grayscale: #BBBBBB. Windows color (decimal): -3685514 or 7783367. OLE color: 7783367.
HSL color Cylindrical-coordinate representation of color #C7C376: hue angle of 57.04º 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 #C7C376 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 195 | 118 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.22 |
| HSL | 57.04º | 0.42% | 0.62% | - |
| HSV(B) | 57.04º | 0.41% | 0.78% | - |
| XYZ | 46.34 | 52.48 | 24.83 | - |
| YUV | 187.42 | 88.83 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 195 | 118 | 0 | 0.02 | 0.41 | 0.22 | 57.04 | 0.42 | 0.62 |
| Hex | C7 | C3 | 76 | 0 | 2 | 29 | 16 | 39 | 2A | 3E |
| Octal | 307 | 303 | 166 | 0 | 2 | 51 | 26 | 71 | 52 | 76 |
| Binary | 11000111 | 11000011 | 1110110 | 0 | 10 | 101001 | 10110 | 111001 | 101010 | 111110 |
Color Harmonies of #C7C376
Complementary color
Monochromatic Colors of #C7C376
Black with #C7C376
Text Example
Text Example
White with #C7C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C376; }
p { color: rgb(199,195,118); }
H1.HeaderClassName
{
color: #C7C376;
}
.AnyTagClassName
{
color: #C7C376;
}
</style>
background-color css
<style>
a { background-color: #C7C376; }
a { background-color: rgb(199,195,118); }
div.DivClassName
{
background-color: #C7C376;
}
.BgClassName
{
background-color: #C7C376;
}
</style>
border-color css
<style>
span { border-color: #C7C376; }
span { border-color: rgb(199,195,118); }
td.TdClassName
{
border-color: #C7C376;
}
.TagClassName
{
border-color: #C7C376;
}
</style>