Shades of Pine Glade #C1C087
Tints of Pine Glade #C1C087
RGB
CMYK
RGB Variations
Color information
#C1C087 (or 0xC1C087) is known color: Pine Glade. HEX triplet: C1, C0 and 87. RGB value is (193,192,135). Sum of RGB (Red+Green+Blue) = 193+192+135=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 192 (75.39% from 255 or 36.92% from 520); Blue value is 135 (53.12% from 255 or 25.96% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1C087 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1C087 is #3E3F78. Grayscale: #BABABA. Windows color (decimal): -4079481 or 8896705. OLE color: 8896705.
HSL color Cylindrical-coordinate representation of color #C1C087: hue angle of 58.97º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1C087 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 192 | 135 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.24 |
| HSL | 58.97º | 0.32% | 0.64% | - |
| HSV(B) | 58.97º | 0.3% | 0.76% | - |
| XYZ | 45.22 | 50.79 | 30.34 | - |
| YUV | 185.8 | 99.33 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 192 | 135 | 0 | 0.01 | 0.30 | 0.24 | 58.97 | 0.32 | 0.64 |
| Hex | C1 | C0 | 87 | 0 | 1 | 1E | 18 | 3B | 20 | 40 |
| Octal | 301 | 300 | 207 | 0 | 1 | 36 | 30 | 73 | 40 | 100 |
| Binary | 11000001 | 11000000 | 10000111 | 0 | 1 | 11110 | 11000 | 111011 | 100000 | 1000000 |
Color Harmonies of #C1C087
Complementary color
Monochromatic Colors of #C1C087
Black with #C1C087
Text Example
Text Example
White with #C1C087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1C087; }
p { color: rgb(193,192,135); }
H1.HeaderClassName
{
color: #C1C087;
}
.AnyTagClassName
{
color: #C1C087;
}
</style>
background-color css
<style>
a { background-color: #C1C087; }
a { background-color: rgb(193,192,135); }
div.DivClassName
{
background-color: #C1C087;
}
.BgClassName
{
background-color: #C1C087;
}
</style>
border-color css
<style>
span { border-color: #C1C087; }
span { border-color: rgb(193,192,135); }
td.TdClassName
{
border-color: #C1C087;
}
.TagClassName
{
border-color: #C1C087;
}
</style>