Shades of Pine Glade #C8C379
Tints of Pine Glade #C8C379
RGB
CMYK
RGB Variations
Color information
#C8C379 (or 0xC8C379) is known color: Pine Glade. HEX triplet: C8, C3 and 79. RGB value is (200,195,121). Sum of RGB (Red+Green+Blue) = 200+195+121=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 195 (76.56% from 255 or 37.79% from 516); Blue value is 121 (47.66% from 255 or 23.45% from 516); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C379 is #373C86. Grayscale: #BCBCBC. Windows color (decimal): -3619975 or 7979976. OLE color: 7979976.
HSL color Cylindrical-coordinate representation of color #C8C379: hue angle of 56.2º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C8C379 is Cyan = 0, Magento = 0.02, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 121 | - |
| CMYK | 0 | 0.02 | 0.39 | 0.22 |
| HSL | 56.2º | 0.42% | 0.63% | - |
| HSV(B) | 56.2º | 0.4% | 0.78% | - |
| XYZ | 46.79 | 52.69 | 25.79 | - |
| YUV | 188.06 | 90.16 | 136.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 121 | 0 | 0.02 | 0.39 | 0.22 | 56.2 | 0.42 | 0.63 |
| Hex | C8 | C3 | 79 | 0 | 2 | 27 | 16 | 38 | 2A | 3F |
| Octal | 310 | 303 | 171 | 0 | 2 | 47 | 26 | 70 | 52 | 77 |
| Binary | 11001000 | 11000011 | 1111001 | 0 | 10 | 100111 | 10110 | 111000 | 101010 | 111111 |
Color Harmonies of #C8C379
Complementary color
Monochromatic Colors of #C8C379
Black with #C8C379
Text Example
Text Example
White with #C8C379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C379; }
p { color: rgb(200,195,121); }
H1.HeaderClassName
{
color: #C8C379;
}
.AnyTagClassName
{
color: #C8C379;
}
</style>
background-color css
<style>
a { background-color: #C8C379; }
a { background-color: rgb(200,195,121); }
div.DivClassName
{
background-color: #C8C379;
}
.BgClassName
{
background-color: #C8C379;
}
</style>
border-color css
<style>
span { border-color: #C8C379; }
span { border-color: rgb(200,195,121); }
td.TdClassName
{
border-color: #C8C379;
}
.TagClassName
{
border-color: #C8C379;
}
</style>