Shades of Pine Glade #C8C571
Tints of Pine Glade #C8C571
RGB
CMYK
RGB Variations
Color information
#C8C571 (or 0xC8C571) is known color: Pine Glade. HEX triplet: C8, C5 and 71. RGB value is (200,197,113). Sum of RGB (Red+Green+Blue) = 200+197+113=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 197 (77.34% from 255 or 38.63% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C571 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C571 is #373A8E. Grayscale: #BCBCBC. Windows color (decimal): -3619471 or 7456200. OLE color: 7456200.
HSL color Cylindrical-coordinate representation of color #C8C571: hue angle of 57.93º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8C571 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 197 | 113 | - |
| CMYK | 0 | 0.02 | 0.44 | 0.22 |
| HSL | 57.93º | 0.44% | 0.61% | - |
| HSV(B) | 57.93º | 0.44% | 0.78% | - |
| XYZ | 46.77 | 53.4 | 23.47 | - |
| YUV | 188.32 | 85.49 | 136.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 197 | 113 | 0 | 0.02 | 0.44 | 0.22 | 57.93 | 0.44 | 0.61 |
| Hex | C8 | C5 | 71 | 0 | 2 | 2C | 16 | 3A | 2C | 3D |
| Octal | 310 | 305 | 161 | 0 | 2 | 54 | 26 | 72 | 54 | 75 |
| Binary | 11001000 | 11000101 | 1110001 | 0 | 10 | 101100 | 10110 | 111010 | 101100 | 111101 |
Color Harmonies of #C8C571
Complementary color
Monochromatic Colors of #C8C571
Black with #C8C571
Text Example
Text Example
White with #C8C571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C571; }
p { color: rgb(200,197,113); }
H1.HeaderClassName
{
color: #C8C571;
}
.AnyTagClassName
{
color: #C8C571;
}
</style>
background-color css
<style>
a { background-color: #C8C571; }
a { background-color: rgb(200,197,113); }
div.DivClassName
{
background-color: #C8C571;
}
.BgClassName
{
background-color: #C8C571;
}
</style>
border-color css
<style>
span { border-color: #C8C571; }
span { border-color: rgb(200,197,113); }
td.TdClassName
{
border-color: #C8C571;
}
.TagClassName
{
border-color: #C8C571;
}
</style>