Shades of Pine Glade #C5C080
Tints of Pine Glade #C5C080
RGB
CMYK
RGB Variations
Color information
#C5C080 (or 0xC5C080) is known color: Pine Glade. HEX triplet: C5, C0 and 80. RGB value is (197,192,128). Sum of RGB (Red+Green+Blue) = 197+192+128=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 128 (50.39% from 255 or 24.76% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C080 is #3A3F7F. Grayscale: #BABABA. Windows color (decimal): -3817344 or 8437957. OLE color: 8437957.
HSL color Cylindrical-coordinate representation of color #C5C080: hue angle of 55.65º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C5C080 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 128 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.23 |
| HSL | 55.65º | 0.37% | 0.64% | - |
| HSV(B) | 55.65º | 0.35% | 0.77% | - |
| XYZ | 45.77 | 51.13 | 27.88 | - |
| YUV | 186.2 | 95.16 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 128 | 0 | 0.03 | 0.35 | 0.23 | 55.65 | 0.37 | 0.64 |
| Hex | C5 | C0 | 80 | 0 | 3 | 23 | 17 | 38 | 25 | 40 |
| Octal | 305 | 300 | 200 | 0 | 3 | 43 | 27 | 70 | 45 | 100 |
| Binary | 11000101 | 11000000 | 10000000 | 0 | 11 | 100011 | 10111 | 111000 | 100101 | 1000000 |
Color Harmonies of #C5C080
Complementary color
Monochromatic Colors of #C5C080
Black with #C5C080
Text Example
Text Example
White with #C5C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C080; }
p { color: rgb(197,192,128); }
H1.HeaderClassName
{
color: #C5C080;
}
.AnyTagClassName
{
color: #C5C080;
}
</style>
background-color css
<style>
a { background-color: #C5C080; }
a { background-color: rgb(197,192,128); }
div.DivClassName
{
background-color: #C5C080;
}
.BgClassName
{
background-color: #C5C080;
}
</style>
border-color css
<style>
span { border-color: #C5C080; }
span { border-color: rgb(197,192,128); }
td.TdClassName
{
border-color: #C5C080;
}
.TagClassName
{
border-color: #C5C080;
}
</style>