Shades of Pine Glade #C8C476
Tints of Pine Glade #C8C476
RGB
CMYK
RGB Variations
Color information
#C8C476 (or 0xC8C476) is known color: Pine Glade. HEX triplet: C8, C4 and 76. RGB value is (200,196,118). Sum of RGB (Red+Green+Blue) = 200+196+118=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 118 (46.48% from 255 or 22.96% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C476 is #373B89. Grayscale: #BCBCBC. Windows color (decimal): -3619722 or 7783624. OLE color: 7783624.
HSL color Cylindrical-coordinate representation of color #C8C476: hue angle of 57.07º degrees, saturation: 0.43, 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 #C8C476 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 118 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.22 |
| HSL | 57.07º | 0.43% | 0.62% | - |
| HSV(B) | 57.07º | 0.41% | 0.78% | - |
| XYZ | 46.83 | 53.07 | 24.91 | - |
| YUV | 188.3 | 88.33 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 118 | 0 | 0.02 | 0.41 | 0.22 | 57.07 | 0.43 | 0.62 |
| Hex | C8 | C4 | 76 | 0 | 2 | 29 | 16 | 39 | 2B | 3E |
| Octal | 310 | 304 | 166 | 0 | 2 | 51 | 26 | 71 | 53 | 76 |
| Binary | 11001000 | 11000100 | 1110110 | 0 | 10 | 101001 | 10110 | 111001 | 101011 | 111110 |
Color Harmonies of #C8C476
Complementary color
Monochromatic Colors of #C8C476
Black with #C8C476
Text Example
Text Example
White with #C8C476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C476; }
p { color: rgb(200,196,118); }
H1.HeaderClassName
{
color: #C8C476;
}
.AnyTagClassName
{
color: #C8C476;
}
</style>
background-color css
<style>
a { background-color: #C8C476; }
a { background-color: rgb(200,196,118); }
div.DivClassName
{
background-color: #C8C476;
}
.BgClassName
{
background-color: #C8C476;
}
</style>
border-color css
<style>
span { border-color: #C8C476; }
span { border-color: rgb(200,196,118); }
td.TdClassName
{
border-color: #C8C476;
}
.TagClassName
{
border-color: #C8C476;
}
</style>