Shades of Pine Glade #C8C376
Tints of Pine Glade #C8C376
RGB
CMYK
RGB Variations
Color information
#C8C376 (or 0xC8C376) is known color: Pine Glade. HEX triplet: C8, C3 and 76. RGB value is (200,195,118). Sum of RGB (Red+Green+Blue) = 200+195+118=513 (67% of max value = 765). Red value is 200 (78.52% from 255 or 38.99% from 513); Green value is 195 (76.56% from 255 or 38.01% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C376 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C376 is #373C89. Grayscale: #BCBCBC. Windows color (decimal): -3619978 or 7783368. OLE color: 7783368.
HSL color Cylindrical-coordinate representation of color #C8C376: hue angle of 56.34º 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 #C8C376 is Cyan = 0, Magento = 0.02, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 118 | - |
| CMYK | 0 | 0.02 | 0.41 | 0.22 |
| HSL | 56.34º | 0.43% | 0.62% | - |
| HSV(B) | 56.34º | 0.41% | 0.78% | - |
| XYZ | 46.6 | 52.62 | 24.84 | - |
| YUV | 187.72 | 88.66 | 136.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 118 | 0 | 0.02 | 0.41 | 0.22 | 56.34 | 0.43 | 0.62 |
| Hex | C8 | C3 | 76 | 0 | 2 | 29 | 16 | 38 | 2B | 3E |
| Octal | 310 | 303 | 166 | 0 | 2 | 51 | 26 | 70 | 53 | 76 |
| Binary | 11001000 | 11000011 | 1110110 | 0 | 10 | 101001 | 10110 | 111000 | 101011 | 111110 |
Color Harmonies of #C8C376
Complementary color
Monochromatic Colors of #C8C376
Black with #C8C376
Text Example
Text Example
White with #C8C376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C376; }
p { color: rgb(200,195,118); }
H1.HeaderClassName
{
color: #C8C376;
}
.AnyTagClassName
{
color: #C8C376;
}
</style>
background-color css
<style>
a { background-color: #C8C376; }
a { background-color: rgb(200,195,118); }
div.DivClassName
{
background-color: #C8C376;
}
.BgClassName
{
background-color: #C8C376;
}
</style>
border-color css
<style>
span { border-color: #C8C376; }
span { border-color: rgb(200,195,118); }
td.TdClassName
{
border-color: #C8C376;
}
.TagClassName
{
border-color: #C8C376;
}
</style>