Shades of Pine Glade #C4C186
Tints of Pine Glade #C4C186
RGB
CMYK
RGB Variations
Color information
#C4C186 (or 0xC4C186) is known color: Pine Glade. HEX triplet: C4, C1 and 86. RGB value is (196,193,134). Sum of RGB (Red+Green+Blue) = 196+193+134=523 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.48% from 523); Green value is 193 (75.78% from 255 or 36.90% from 523); Blue value is 134 (52.73% from 255 or 25.62% from 523); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C186 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4C186 is #3B3E79. Grayscale: #BBBBBB. Windows color (decimal): -3882618 or 8831428. OLE color: 8831428.
HSL color Cylindrical-coordinate representation of color #C4C186: hue angle of 57.1º 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 #C4C186 is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 193 | 134 | - |
| CMYK | 0 | 0.02 | 0.32 | 0.23 |
| HSL | 57.1º | 0.34% | 0.65% | - |
| HSV(B) | 57.1º | 0.32% | 0.77% | - |
| XYZ | 46.14 | 51.6 | 30.08 | - |
| YUV | 187.17 | 97.99 | 134.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 193 | 134 | 0 | 0.02 | 0.32 | 0.23 | 57.1 | 0.34 | 0.65 |
| Hex | C4 | C1 | 86 | 0 | 2 | 20 | 17 | 39 | 22 | 41 |
| Octal | 304 | 301 | 206 | 0 | 2 | 40 | 27 | 71 | 42 | 101 |
| Binary | 11000100 | 11000001 | 10000110 | 0 | 10 | 100000 | 10111 | 111001 | 100010 | 1000001 |
Color Harmonies of #C4C186
Complementary color
Monochromatic Colors of #C4C186
Black with #C4C186
Text Example
Text Example
White with #C4C186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4C186; }
p { color: rgb(196,193,134); }
H1.HeaderClassName
{
color: #C4C186;
}
.AnyTagClassName
{
color: #C4C186;
}
</style>
background-color css
<style>
a { background-color: #C4C186; }
a { background-color: rgb(196,193,134); }
div.DivClassName
{
background-color: #C4C186;
}
.BgClassName
{
background-color: #C4C186;
}
</style>
border-color css
<style>
span { border-color: #C4C186; }
span { border-color: rgb(196,193,134); }
td.TdClassName
{
border-color: #C4C186;
}
.TagClassName
{
border-color: #C4C186;
}
</style>