Shades of Pine Glade #C5C181
Tints of Pine Glade #C5C181
RGB
CMYK
RGB Variations
Color information
#C5C181 (or 0xC5C181) is known color: Pine Glade. HEX triplet: C5, C1 and 81. RGB value is (197,193,129). Sum of RGB (Red+Green+Blue) = 197+193+129=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 193 (75.78% from 255 or 37.19% from 519); Blue value is 129 (50.78% from 255 or 24.86% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C181 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C181 is #3A3E7E. Grayscale: #BBBBBB. Windows color (decimal): -3817087 or 8503749. OLE color: 8503749.
HSL color Cylindrical-coordinate representation of color #C5C181: hue angle of 56.47º 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 #C5C181 is Cyan = 0, Magento = 0.02, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 193 | 129 | - |
| CMYK | 0 | 0.02 | 0.35 | 0.23 |
| HSL | 56.47º | 0.37% | 0.64% | - |
| HSV(B) | 56.47º | 0.35% | 0.77% | - |
| XYZ | 46.06 | 51.6 | 28.3 | - |
| YUV | 186.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 193 | 129 | 0 | 0.02 | 0.35 | 0.23 | 56.47 | 0.37 | 0.64 |
| Hex | C5 | C1 | 81 | 0 | 2 | 23 | 17 | 38 | 25 | 40 |
| Octal | 305 | 301 | 201 | 0 | 2 | 43 | 27 | 70 | 45 | 100 |
| Binary | 11000101 | 11000001 | 10000001 | 0 | 10 | 100011 | 10111 | 111000 | 100101 | 1000000 |
Color Harmonies of #C5C181
Complementary color
Monochromatic Colors of #C5C181
Black with #C5C181
Text Example
Text Example
White with #C5C181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C181; }
p { color: rgb(197,193,129); }
H1.HeaderClassName
{
color: #C5C181;
}
.AnyTagClassName
{
color: #C5C181;
}
</style>
background-color css
<style>
a { background-color: #C5C181; }
a { background-color: rgb(197,193,129); }
div.DivClassName
{
background-color: #C5C181;
}
.BgClassName
{
background-color: #C5C181;
}
</style>
border-color css
<style>
span { border-color: #C5C181; }
span { border-color: rgb(197,193,129); }
td.TdClassName
{
border-color: #C5C181;
}
.TagClassName
{
border-color: #C5C181;
}
</style>