Shades of Pine Glade #C7C473
Tints of Pine Glade #C7C473
RGB
CMYK
RGB Variations
Color information
#C7C473 (or 0xC7C473) is known color: Pine Glade. HEX triplet: C7, C4 and 73. RGB value is (199,196,115). Sum of RGB (Red+Green+Blue) = 199+196+115=510 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.02% from 510); Green value is 196 (76.95% from 255 or 38.43% from 510); Blue value is 115 (45.31% from 255 or 22.55% from 510); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C473 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C473 is #383B8C. Grayscale: #BBBBBB. Windows color (decimal): -3685261 or 7587015. OLE color: 7587015.
HSL color Cylindrical-coordinate representation of color #C7C473: hue angle of 57.86º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C7C473 is Cyan = 0, Magento = 0.02, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 115 | - |
| CMYK | 0 | 0.02 | 0.42 | 0.22 |
| HSL | 57.86º | 0.43% | 0.62% | - |
| HSV(B) | 57.86º | 0.42% | 0.78% | - |
| XYZ | 46.39 | 52.86 | 23.98 | - |
| YUV | 187.66 | 86.99 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 115 | 0 | 0.02 | 0.42 | 0.22 | 57.86 | 0.43 | 0.62 |
| Hex | C7 | C4 | 73 | 0 | 2 | 2A | 16 | 3A | 2B | 3E |
| Octal | 307 | 304 | 163 | 0 | 2 | 52 | 26 | 72 | 53 | 76 |
| Binary | 11000111 | 11000100 | 1110011 | 0 | 10 | 101010 | 10110 | 111010 | 101011 | 111110 |
Color Harmonies of #C7C473
Complementary color
Monochromatic Colors of #C7C473
Black with #C7C473
Text Example
Text Example
White with #C7C473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C473; }
p { color: rgb(199,196,115); }
H1.HeaderClassName
{
color: #C7C473;
}
.AnyTagClassName
{
color: #C7C473;
}
</style>
background-color css
<style>
a { background-color: #C7C473; }
a { background-color: rgb(199,196,115); }
div.DivClassName
{
background-color: #C7C473;
}
.BgClassName
{
background-color: #C7C473;
}
</style>
border-color css
<style>
span { border-color: #C7C473; }
span { border-color: rgb(199,196,115); }
td.TdClassName
{
border-color: #C7C473;
}
.TagClassName
{
border-color: #C7C473;
}
</style>