Shades of Pine Glade #C8C377
Tints of Pine Glade #C8C377
RGB
CMYK
RGB Variations
Color information
#C8C377 (or 0xC8C377) is known color: Pine Glade. HEX triplet: C8, C3 and 77. RGB value is (200,195,119). Sum of RGB (Red+Green+Blue) = 200+195+119=514 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.91% from 514); Green value is 195 (76.56% from 255 or 37.94% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C377 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C377 is #373C88. Grayscale: #BCBCBC. Windows color (decimal): -3619977 or 7848904. OLE color: 7848904.
HSL color Cylindrical-coordinate representation of color #C8C377: hue angle of 56.3º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C8C377 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 195 | 119 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.22 |
| HSL | 56.3º | 0.42% | 0.63% | - |
| HSV(B) | 56.3º | 0.41% | 0.78% | - |
| XYZ | 46.66 | 52.64 | 25.15 | - |
| YUV | 187.83 | 89.16 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 195 | 119 | 0 | 0.02 | 0.40 | 0.22 | 56.3 | 0.42 | 0.63 |
| Hex | C8 | C3 | 77 | 0 | 2 | 28 | 16 | 38 | 2A | 3F |
| Octal | 310 | 303 | 167 | 0 | 2 | 50 | 26 | 70 | 52 | 77 |
| Binary | 11001000 | 11000011 | 1110111 | 0 | 10 | 101000 | 10110 | 111000 | 101010 | 111111 |
Color Harmonies of #C8C377
Complementary color
Monochromatic Colors of #C8C377
Black with #C8C377
Text Example
Text Example
White with #C8C377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C377; }
p { color: rgb(200,195,119); }
H1.HeaderClassName
{
color: #C8C377;
}
.AnyTagClassName
{
color: #C8C377;
}
</style>
background-color css
<style>
a { background-color: #C8C377; }
a { background-color: rgb(200,195,119); }
div.DivClassName
{
background-color: #C8C377;
}
.BgClassName
{
background-color: #C8C377;
}
</style>
border-color css
<style>
span { border-color: #C8C377; }
span { border-color: rgb(200,195,119); }
td.TdClassName
{
border-color: #C8C377;
}
.TagClassName
{
border-color: #C8C377;
}
</style>