Shades of Pine Glade #C1C286
Tints of Pine Glade #C1C286
RGB
CMYK
RGB Variations
Color information
#C1C286 (or 0xC1C286) is known color: Pine Glade. HEX triplet: C1, C2 and 86. RGB value is (193,194,134). Sum of RGB (Red+Green+Blue) = 193+194+134=521 (69% of max value = 765). Red value is 193 (75.78% from 255 or 37.04% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 134 (52.73% from 255 or 25.72% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #C1C286 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C286 is #3E3D79. Grayscale: #BBBBBB. Windows color (decimal): -4078970 or 8831681. OLE color: 8831681.
HSL color Cylindrical-coordinate representation of color #C1C286: hue angle of 61º degrees, saturation: 0.33, 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 #C1C286 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 194 | 134 | - |
| CMYK | 0.01 | 0 | 0.31 | 0.24 |
| HSL | 61º | 0.33% | 0.64% | - |
| HSV(B) | 61º | 0.31% | 0.76% | - |
| XYZ | 45.59 | 51.64 | 30.12 | - |
| YUV | 186.86 | 98.17 | 132.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 194 | 134 | 0.01 | 0 | 0.31 | 0.24 | 61 | 0.33 | 0.64 |
| Hex | C1 | C2 | 86 | 1 | 0 | 1F | 18 | 3D | 21 | 40 |
| Octal | 301 | 302 | 206 | 1 | 0 | 37 | 30 | 75 | 41 | 100 |
| Binary | 11000001 | 11000010 | 10000110 | 1 | 0 | 11111 | 11000 | 111101 | 100001 | 1000000 |
Color Harmonies of #C1C286
Complementary color
Monochromatic Colors of #C1C286
Black with #C1C286
Text Example
Text Example
White with #C1C286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C286; }
p { color: rgb(193,194,134); }
H1.HeaderClassName
{
color: #C1C286;
}
.AnyTagClassName
{
color: #C1C286;
}
</style>
background-color css
<style>
a { background-color: #C1C286; }
a { background-color: rgb(193,194,134); }
div.DivClassName
{
background-color: #C1C286;
}
.BgClassName
{
background-color: #C1C286;
}
</style>
border-color css
<style>
span { border-color: #C1C286; }
span { border-color: rgb(193,194,134); }
td.TdClassName
{
border-color: #C1C286;
}
.TagClassName
{
border-color: #C1C286;
}
</style>