Shades of Pine Glade #C5C176
Tints of Pine Glade #C5C176
RGB
CMYK
RGB Variations
Color information
#C5C176 (or 0xC5C176) is known color: Pine Glade. HEX triplet: C5, C1 and 76. RGB value is (197,193,118). Sum of RGB (Red+Green+Blue) = 197+193+118=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 193 (75.78% from 255 or 37.99% from 508); Blue value is 118 (46.48% from 255 or 23.23% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C176 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C176 is #3A3E89. Grayscale: #B9B9B9. Windows color (decimal): -3817098 or 7782853. OLE color: 7782853.
HSL color Cylindrical-coordinate representation of color #C5C176: hue angle of 56.96º degrees, saturation: 0.41, 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 #C5C176 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 118 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.23 |
| HSL | 56.96º | 0.41% | 0.62% | - |
| HSV(B) | 56.96º | 0.4% | 0.77% | - |
| XYZ | 45.37 | 51.32 | 24.65 | - |
| YUV | 185.65 | 89.83 | 136.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 118 | 0 | 0.02 | 0.40 | 0.23 | 56.96 | 0.41 | 0.62 |
| Hex | C5 | C1 | 76 | 0 | 2 | 28 | 17 | 39 | 29 | 3E |
| Octal | 305 | 301 | 166 | 0 | 2 | 50 | 27 | 71 | 51 | 76 |
| Binary | 11000101 | 11000001 | 1110110 | 0 | 10 | 101000 | 10111 | 111001 | 101001 | 111110 |
Color Harmonies of #C5C176
Complementary color
Monochromatic Colors of #C5C176
Black with #C5C176
Text Example
Text Example
White with #C5C176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C176; }
p { color: rgb(197,193,118); }
H1.HeaderClassName
{
color: #C5C176;
}
.AnyTagClassName
{
color: #C5C176;
}
</style>
background-color css
<style>
a { background-color: #C5C176; }
a { background-color: rgb(197,193,118); }
div.DivClassName
{
background-color: #C5C176;
}
.BgClassName
{
background-color: #C5C176;
}
</style>
border-color css
<style>
span { border-color: #C5C176; }
span { border-color: rgb(197,193,118); }
td.TdClassName
{
border-color: #C5C176;
}
.TagClassName
{
border-color: #C5C176;
}
</style>