Shades of Pine Glade #C5C385
Tints of Pine Glade #C5C385
RGB
CMYK
RGB Variations
Color information
#C5C385 (or 0xC5C385) is known color: Pine Glade. HEX triplet: C5, C3 and 85. RGB value is (197,195,133). Sum of RGB (Red+Green+Blue) = 197+195+133=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 195 (76.56% from 255 or 37.14% from 525); Blue value is 133 (52.34% from 255 or 25.33% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C385 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C385 is #3A3C7A. Grayscale: #BCBCBC. Windows color (decimal): -3816571 or 8766405. OLE color: 8766405.
HSL color Cylindrical-coordinate representation of color #C5C385: hue angle of 58.12º degrees, saturation: 0.36, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5C385 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 195 | 133 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.23 |
| HSL | 58.13º | 0.36% | 0.65% | - |
| HSV(B) | 58.13º | 0.32% | 0.77% | - |
| XYZ | 46.77 | 52.59 | 29.88 | - |
| YUV | 188.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 195 | 133 | 0 | 0.01 | 0.32 | 0.23 | 58.13 | 0.36 | 0.65 |
| Hex | C5 | C3 | 85 | 0 | 1 | 20 | 17 | 3A | 24 | 41 |
| Octal | 305 | 303 | 205 | 0 | 1 | 40 | 27 | 72 | 44 | 101 |
| Binary | 11000101 | 11000011 | 10000101 | 0 | 1 | 100000 | 10111 | 111010 | 100100 | 1000001 |
Color Harmonies of #C5C385
Complementary color
Monochromatic Colors of #C5C385
Black with #C5C385
Text Example
Text Example
White with #C5C385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C385; }
p { color: rgb(197,195,133); }
H1.HeaderClassName
{
color: #C5C385;
}
.AnyTagClassName
{
color: #C5C385;
}
</style>
background-color css
<style>
a { background-color: #C5C385; }
a { background-color: rgb(197,195,133); }
div.DivClassName
{
background-color: #C5C385;
}
.BgClassName
{
background-color: #C5C385;
}
</style>
border-color css
<style>
span { border-color: #C5C385; }
span { border-color: rgb(197,195,133); }
td.TdClassName
{
border-color: #C5C385;
}
.TagClassName
{
border-color: #C5C385;
}
</style>