Shades of Pine Glade #C7C577
Tints of Pine Glade #C7C577
RGB
CMYK
RGB Variations
Color information
#C7C577 (or 0xC7C577) is known color: Pine Glade. HEX triplet: C7, C5 and 77. RGB value is (199,197,119). Sum of RGB (Red+Green+Blue) = 199+197+119=515 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.64% from 515); Green value is 197 (77.34% from 255 or 38.25% from 515); Blue value is 119 (46.88% from 255 or 23.11% from 515); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C577 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C577 is #383A88. Grayscale: #BDBDBD. Windows color (decimal): -3685001 or 7849415. OLE color: 7849415.
HSL color Cylindrical-coordinate representation of color #C7C577: hue angle of 58.5º 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 #C7C577 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 197 | 119 | - |
| CMYK | 0 | 0.01 | 0.40 | 0.22 |
| HSL | 58.5º | 0.42% | 0.62% | - |
| HSV(B) | 58.5º | 0.4% | 0.78% | - |
| XYZ | 46.85 | 53.41 | 25.29 | - |
| YUV | 188.71 | 88.66 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 197 | 119 | 0 | 0.01 | 0.40 | 0.22 | 58.5 | 0.42 | 0.62 |
| Hex | C7 | C5 | 77 | 0 | 1 | 28 | 16 | 3A | 2A | 3E |
| Octal | 307 | 305 | 167 | 0 | 1 | 50 | 26 | 72 | 52 | 76 |
| Binary | 11000111 | 11000101 | 1110111 | 0 | 1 | 101000 | 10110 | 111010 | 101010 | 111110 |
Color Harmonies of #C7C577
Complementary color
Monochromatic Colors of #C7C577
Black with #C7C577
Text Example
Text Example
White with #C7C577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C577; }
p { color: rgb(199,197,119); }
H1.HeaderClassName
{
color: #C7C577;
}
.AnyTagClassName
{
color: #C7C577;
}
</style>
background-color css
<style>
a { background-color: #C7C577; }
a { background-color: rgb(199,197,119); }
div.DivClassName
{
background-color: #C7C577;
}
.BgClassName
{
background-color: #C7C577;
}
</style>
border-color css
<style>
span { border-color: #C7C577; }
span { border-color: rgb(199,197,119); }
td.TdClassName
{
border-color: #C7C577;
}
.TagClassName
{
border-color: #C7C577;
}
</style>