Shades of Pine Glade #C4C286
Tints of Pine Glade #C4C286
RGB
CMYK
RGB Variations
Color information
#C4C286 (or 0xC4C286) is known color: Pine Glade. HEX triplet: C4, C2 and 86. RGB value is (196,194,134). Sum of RGB (Red+Green+Blue) = 196+194+134=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 194 (76.17% from 255 or 37.02% from 524); Blue value is 134 (52.73% from 255 or 25.57% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C286 is #3B3D79. Grayscale: #BCBCBC. Windows color (decimal): -3882362 or 8831684. OLE color: 8831684.
HSL color Cylindrical-coordinate representation of color #C4C286: hue angle of 58.06º degrees, saturation: 0.34, 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 #C4C286 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 194 | 134 | - |
| CMYK | 0 | 0.01 | 0.32 | 0.23 |
| HSL | 58.06º | 0.34% | 0.65% | - |
| HSV(B) | 58.06º | 0.32% | 0.77% | - |
| XYZ | 46.36 | 52.04 | 30.16 | - |
| YUV | 187.76 | 97.66 | 133.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 194 | 134 | 0 | 0.01 | 0.32 | 0.23 | 58.06 | 0.34 | 0.65 |
| Hex | C4 | C2 | 86 | 0 | 1 | 20 | 17 | 3A | 22 | 41 |
| Octal | 304 | 302 | 206 | 0 | 1 | 40 | 27 | 72 | 42 | 101 |
| Binary | 11000100 | 11000010 | 10000110 | 0 | 1 | 100000 | 10111 | 111010 | 100010 | 1000001 |
Color Harmonies of #C4C286
Complementary color
Monochromatic Colors of #C4C286
Black with #C4C286
Text Example
Text Example
White with #C4C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C286; }
p { color: rgb(196,194,134); }
H1.HeaderClassName
{
color: #C4C286;
}
.AnyTagClassName
{
color: #C4C286;
}
</style>
background-color css
<style>
a { background-color: #C4C286; }
a { background-color: rgb(196,194,134); }
div.DivClassName
{
background-color: #C4C286;
}
.BgClassName
{
background-color: #C4C286;
}
</style>
border-color css
<style>
span { border-color: #C4C286; }
span { border-color: rgb(196,194,134); }
td.TdClassName
{
border-color: #C4C286;
}
.TagClassName
{
border-color: #C4C286;
}
</style>