Shades of Pine Glade #C1C086
Tints of Pine Glade #C1C086
RGB
CMYK
RGB Variations
Color information
#C1C086 (or 0xC1C086) is known color: Pine Glade. HEX triplet: C1, C0 and 86. RGB value is (193,192,134). Sum of RGB (Red+Green+Blue) = 193+192+134=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 192 (75.39% from 255 or 36.99% from 519); Blue value is 134 (52.73% from 255 or 25.82% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C086 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C086 is #3E3F79. Grayscale: #B9B9B9. Windows color (decimal): -4079482 or 8831169. OLE color: 8831169.
HSL color Cylindrical-coordinate representation of color #C1C086: hue angle of 58.98º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C1C086 is Cyan = 0, Magento = 0.01, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 134 | - |
| CMYK | 0 | 0.01 | 0.31 | 0.24 |
| HSL | 58.98º | 0.32% | 0.64% | - |
| HSV(B) | 58.98º | 0.31% | 0.76% | - |
| XYZ | 45.15 | 50.76 | 29.97 | - |
| YUV | 185.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 134 | 0 | 0.01 | 0.31 | 0.24 | 58.98 | 0.32 | 0.64 |
| Hex | C1 | C0 | 86 | 0 | 1 | 1F | 18 | 3B | 20 | 40 |
| Octal | 301 | 300 | 206 | 0 | 1 | 37 | 30 | 73 | 40 | 100 |
| Binary | 11000001 | 11000000 | 10000110 | 0 | 1 | 11111 | 11000 | 111011 | 100000 | 1000000 |
Color Harmonies of #C1C086
Complementary color
Monochromatic Colors of #C1C086
Black with #C1C086
Text Example
Text Example
White with #C1C086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C086; }
p { color: rgb(193,192,134); }
H1.HeaderClassName
{
color: #C1C086;
}
.AnyTagClassName
{
color: #C1C086;
}
</style>
background-color css
<style>
a { background-color: #C1C086; }
a { background-color: rgb(193,192,134); }
div.DivClassName
{
background-color: #C1C086;
}
.BgClassName
{
background-color: #C1C086;
}
</style>
border-color css
<style>
span { border-color: #C1C086; }
span { border-color: rgb(193,192,134); }
td.TdClassName
{
border-color: #C1C086;
}
.TagClassName
{
border-color: #C1C086;
}
</style>