Shades of Pine Glade #C7C177
Tints of Pine Glade #C7C177
RGB
CMYK
RGB Variations
Color information
#C7C177 (or 0xC7C177) is known color: Pine Glade. HEX triplet: C7, C1 and 77. RGB value is (199,193,119). Sum of RGB (Red+Green+Blue) = 199+193+119=511 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.94% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 119 (46.88% from 255 or 23.29% from 511); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C177 is #383E88. Grayscale: #BABABA. Windows color (decimal): -3686025 or 7848391. OLE color: 7848391.
HSL color Cylindrical-coordinate representation of color #C7C177: hue angle of 55.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 #C7C177 is Cyan = 0, Magento = 0.03, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 193 | 119 | - |
| CMYK | 0 | 0.03 | 0.40 | 0.22 |
| HSL | 55.5º | 0.42% | 0.62% | - |
| HSV(B) | 55.5º | 0.4% | 0.78% | - |
| XYZ | 45.95 | 51.61 | 24.99 | - |
| YUV | 186.36 | 89.99 | 137.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 193 | 119 | 0 | 0.03 | 0.40 | 0.22 | 55.5 | 0.42 | 0.62 |
| Hex | C7 | C1 | 77 | 0 | 3 | 28 | 16 | 38 | 2A | 3E |
| Octal | 307 | 301 | 167 | 0 | 3 | 50 | 26 | 70 | 52 | 76 |
| Binary | 11000111 | 11000001 | 1110111 | 0 | 11 | 101000 | 10110 | 111000 | 101010 | 111110 |
Color Harmonies of #C7C177
Complementary color
Monochromatic Colors of #C7C177
Black with #C7C177
Text Example
Text Example
White with #C7C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7C177; }
p { color: rgb(199,193,119); }
H1.HeaderClassName
{
color: #C7C177;
}
.AnyTagClassName
{
color: #C7C177;
}
</style>
background-color css
<style>
a { background-color: #C7C177; }
a { background-color: rgb(199,193,119); }
div.DivClassName
{
background-color: #C7C177;
}
.BgClassName
{
background-color: #C7C177;
}
</style>
border-color css
<style>
span { border-color: #C7C177; }
span { border-color: rgb(199,193,119); }
td.TdClassName
{
border-color: #C7C177;
}
.TagClassName
{
border-color: #C7C177;
}
</style>