Shades of Pine Glade #C5C286
Tints of Pine Glade #C5C286
RGB
CMYK
RGB Variations
Color information
#C5C286 (or 0xC5C286) is known color: Pine Glade. HEX triplet: C5, C2 and 86. RGB value is (197,194,134). Sum of RGB (Red+Green+Blue) = 197+194+134=525 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.52% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 134 (52.73% from 255 or 25.52% from 525); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C286 is #3A3D79. Grayscale: #BCBCBC. Windows color (decimal): -3816826 or 8831685. OLE color: 8831685.
HSL color Cylindrical-coordinate representation of color #C5C286: hue angle of 57.14º degrees, saturation: 0.35, 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 #C5C286 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 194 | 134 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.23 |
| HSL | 57.14º | 0.35% | 0.65% | - |
| HSV(B) | 57.14º | 0.32% | 0.77% | - |
| XYZ | 46.62 | 52.18 | 30.17 | - |
| YUV | 188.06 | 97.49 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 194 | 134 | 0 | 0.02 | 0.32 | 0.23 | 57.14 | 0.35 | 0.65 |
| Hex | C5 | C2 | 86 | 0 | 2 | 20 | 17 | 39 | 23 | 41 |
| Octal | 305 | 302 | 206 | 0 | 2 | 40 | 27 | 71 | 43 | 101 |
| Binary | 11000101 | 11000010 | 10000110 | 0 | 10 | 100000 | 10111 | 111001 | 100011 | 1000001 |
Color Harmonies of #C5C286
Complementary color
Monochromatic Colors of #C5C286
Black with #C5C286
Text Example
Text Example
White with #C5C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C286; }
p { color: rgb(197,194,134); }
H1.HeaderClassName
{
color: #C5C286;
}
.AnyTagClassName
{
color: #C5C286;
}
</style>
background-color css
<style>
a { background-color: #C5C286; }
a { background-color: rgb(197,194,134); }
div.DivClassName
{
background-color: #C5C286;
}
.BgClassName
{
background-color: #C5C286;
}
</style>
border-color css
<style>
span { border-color: #C5C286; }
span { border-color: rgb(197,194,134); }
td.TdClassName
{
border-color: #C5C286;
}
.TagClassName
{
border-color: #C5C286;
}
</style>