Shades of Pine Glade #C5C177
Tints of Pine Glade #C5C177
RGB
CMYK
RGB Variations
Color information
#C5C177 (or 0xC5C177) is known color: Pine Glade. HEX triplet: C5, C1 and 77. RGB value is (197,193,119). Sum of RGB (Red+Green+Blue) = 197+193+119=509 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.70% from 509); Green value is 193 (75.78% from 255 or 37.92% from 509); Blue value is 119 (46.88% from 255 or 23.38% from 509); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C177 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C177 is #3A3E88. Grayscale: #BABABA. Windows color (decimal): -3817097 or 7848389. OLE color: 7848389.
HSL color Cylindrical-coordinate representation of color #C5C177: hue angle of 56.92º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C5C177 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 119 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.23 |
| HSL | 56.92º | 0.4% | 0.62% | - |
| HSV(B) | 56.92º | 0.4% | 0.77% | - |
| XYZ | 45.43 | 51.34 | 24.97 | - |
| YUV | 185.76 | 90.33 | 136.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 119 | 0 | 0.02 | 0.40 | 0.23 | 56.92 | 0.4 | 0.62 |
| Hex | C5 | C1 | 77 | 0 | 2 | 28 | 17 | 39 | 28 | 3E |
| Octal | 305 | 301 | 167 | 0 | 2 | 50 | 27 | 71 | 50 | 76 |
| Binary | 11000101 | 11000001 | 1110111 | 0 | 10 | 101000 | 10111 | 111001 | 101000 | 111110 |
Color Harmonies of #C5C177
Complementary color
Monochromatic Colors of #C5C177
Black with #C5C177
Text Example
Text Example
White with #C5C177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C177; }
p { color: rgb(197,193,119); }
H1.HeaderClassName
{
color: #C5C177;
}
.AnyTagClassName
{
color: #C5C177;
}
</style>
background-color css
<style>
a { background-color: #C5C177; }
a { background-color: rgb(197,193,119); }
div.DivClassName
{
background-color: #C5C177;
}
.BgClassName
{
background-color: #C5C177;
}
</style>
border-color css
<style>
span { border-color: #C5C177; }
span { border-color: rgb(197,193,119); }
td.TdClassName
{
border-color: #C5C177;
}
.TagClassName
{
border-color: #C5C177;
}
</style>