Shades of Pine Glade #C8C473
Tints of Pine Glade #C8C473
RGB
CMYK
RGB Variations
Color information
#C8C473 (or 0xC8C473) is known color: Pine Glade. HEX triplet: C8, C4 and 73. RGB value is (200,196,115). Sum of RGB (Red+Green+Blue) = 200+196+115=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 196 (76.95% from 255 or 38.36% from 511); Blue value is 115 (45.31% from 255 or 22.50% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C473 is #373B8C. Grayscale: #BCBCBC. Windows color (decimal): -3619725 or 7587016. OLE color: 7587016.
HSL color Cylindrical-coordinate representation of color #C8C473: hue angle of 57.18º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C8C473 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 196 | 115 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.22 |
| HSL | 57.18º | 0.44% | 0.62% | - |
| HSV(B) | 57.18º | 0.43% | 0.78% | - |
| XYZ | 46.65 | 53 | 23.99 | - |
| YUV | 187.96 | 86.83 | 136.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 196 | 115 | 0 | 0.02 | 0.42 | 0.22 | 57.18 | 0.44 | 0.62 |
| Hex | C8 | C4 | 73 | 0 | 2 | 2A | 16 | 39 | 2C | 3E |
| Octal | 310 | 304 | 163 | 0 | 2 | 52 | 26 | 71 | 54 | 76 |
| Binary | 11001000 | 11000100 | 1110011 | 0 | 10 | 101010 | 10110 | 111001 | 101100 | 111110 |
Color Harmonies of #C8C473
Complementary color
Monochromatic Colors of #C8C473
Black with #C8C473
Text Example
Text Example
White with #C8C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C473; }
p { color: rgb(200,196,115); }
H1.HeaderClassName
{
color: #C8C473;
}
.AnyTagClassName
{
color: #C8C473;
}
</style>
background-color css
<style>
a { background-color: #C8C473; }
a { background-color: rgb(200,196,115); }
div.DivClassName
{
background-color: #C8C473;
}
.BgClassName
{
background-color: #C8C473;
}
</style>
border-color css
<style>
span { border-color: #C8C473; }
span { border-color: rgb(200,196,115); }
td.TdClassName
{
border-color: #C8C473;
}
.TagClassName
{
border-color: #C8C473;
}
</style>