Shades of Pine Glade #C5C081
Tints of Pine Glade #C5C081
RGB
CMYK
RGB Variations
Color information
#C5C081 (or 0xC5C081) is known color: Pine Glade. HEX triplet: C5, C0 and 81. RGB value is (197,192,129). Sum of RGB (Red+Green+Blue) = 197+192+129=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 192 (75.39% from 255 or 37.07% from 518); Blue value is 129 (50.78% from 255 or 24.90% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C081 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C081 is #3A3F7E. Grayscale: #BABABA. Windows color (decimal): -3817343 or 8503493. OLE color: 8503493.
HSL color Cylindrical-coordinate representation of color #C5C081: hue angle of 55.59º 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 #C5C081 is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 129 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.23 |
| HSL | 55.59º | 0.37% | 0.64% | - |
| HSV(B) | 55.59º | 0.35% | 0.77% | - |
| XYZ | 45.84 | 51.15 | 28.23 | - |
| YUV | 186.31 | 95.66 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 129 | 0 | 0.03 | 0.35 | 0.23 | 55.59 | 0.37 | 0.64 |
| Hex | C5 | C0 | 81 | 0 | 3 | 23 | 17 | 38 | 25 | 40 |
| Octal | 305 | 300 | 201 | 0 | 3 | 43 | 27 | 70 | 45 | 100 |
| Binary | 11000101 | 11000000 | 10000001 | 0 | 11 | 100011 | 10111 | 111000 | 100101 | 1000000 |
Color Harmonies of #C5C081
Complementary color
Monochromatic Colors of #C5C081
Black with #C5C081
Text Example
Text Example
White with #C5C081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C081; }
p { color: rgb(197,192,129); }
H1.HeaderClassName
{
color: #C5C081;
}
.AnyTagClassName
{
color: #C5C081;
}
</style>
background-color css
<style>
a { background-color: #C5C081; }
a { background-color: rgb(197,192,129); }
div.DivClassName
{
background-color: #C5C081;
}
.BgClassName
{
background-color: #C5C081;
}
</style>
border-color css
<style>
span { border-color: #C5C081; }
span { border-color: rgb(197,192,129); }
td.TdClassName
{
border-color: #C5C081;
}
.TagClassName
{
border-color: #C5C081;
}
</style>