Shades of Pine Glade #C7C477
Tints of Pine Glade #C7C477
RGB
CMYK
RGB Variations
Color information
#C7C477 (or 0xC7C477) is known color: Pine Glade. HEX triplet: C7, C4 and 77. RGB value is (199,196,119). Sum of RGB (Red+Green+Blue) = 199+196+119=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 119 (46.88% from 255 or 23.15% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C477 is #383B88. Grayscale: #BCBCBC. Windows color (decimal): -3685257 or 7849159. OLE color: 7849159.
HSL color Cylindrical-coordinate representation of color #C7C477: hue angle of 57.75º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C7C477 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 196 | 119 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.22 |
| HSL | 57.75º | 0.42% | 0.62% | - |
| HSV(B) | 57.75º | 0.4% | 0.78% | - |
| XYZ | 46.62 | 52.95 | 25.22 | - |
| YUV | 188.12 | 88.99 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 196 | 119 | 0 | 0.02 | 0.40 | 0.22 | 57.75 | 0.42 | 0.62 |
| Hex | C7 | C4 | 77 | 0 | 2 | 28 | 16 | 3A | 2A | 3E |
| Octal | 307 | 304 | 167 | 0 | 2 | 50 | 26 | 72 | 52 | 76 |
| Binary | 11000111 | 11000100 | 1110111 | 0 | 10 | 101000 | 10110 | 111010 | 101010 | 111110 |
Color Harmonies of #C7C477
Complementary color
Monochromatic Colors of #C7C477
Black with #C7C477
Text Example
Text Example
White with #C7C477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C477; }
p { color: rgb(199,196,119); }
H1.HeaderClassName
{
color: #C7C477;
}
.AnyTagClassName
{
color: #C7C477;
}
</style>
background-color css
<style>
a { background-color: #C7C477; }
a { background-color: rgb(199,196,119); }
div.DivClassName
{
background-color: #C7C477;
}
.BgClassName
{
background-color: #C7C477;
}
</style>
border-color css
<style>
span { border-color: #C7C477; }
span { border-color: rgb(199,196,119); }
td.TdClassName
{
border-color: #C7C477;
}
.TagClassName
{
border-color: #C7C477;
}
</style>