Shades of Pine Glade #C1BF88
Tints of Pine Glade #C1BF88
RGB
CMYK
RGB Variations
Color information
#C1BF88 (or 0xC1BF88) is known color: Pine Glade. HEX triplet: C1, BF and 88. RGB value is (193,191,136). Sum of RGB (Red+Green+Blue) = 193+191+136=520 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.12% from 520); Green value is 191 (75% from 255 or 36.73% from 520); Blue value is 136 (53.52% from 255 or 26.15% from 520); Max value from RGB is 193 - color contains mainly: red. Hex color #C1BF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1BF88 is #3E4077. Grayscale: #B9B9B9. Windows color (decimal): -4079736 or 8961985. OLE color: 8961985.
HSL color Cylindrical-coordinate representation of color #C1BF88: hue angle of 57.89º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1BF88 is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 191 | 136 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.24 |
| HSL | 57.89º | 0.31% | 0.65% | - |
| HSV(B) | 57.89º | 0.3% | 0.76% | - |
| XYZ | 45.07 | 50.38 | 30.64 | - |
| YUV | 185.33 | 100.16 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 191 | 136 | 0 | 0.01 | 0.30 | 0.24 | 57.89 | 0.31 | 0.65 |
| Hex | C1 | BF | 88 | 0 | 1 | 1E | 18 | 3A | 1F | 41 |
| Octal | 301 | 277 | 210 | 0 | 1 | 36 | 30 | 72 | 37 | 101 |
| Binary | 11000001 | 10111111 | 10001000 | 0 | 1 | 11110 | 11000 | 111010 | 11111 | 1000001 |
Color Harmonies of #C1BF88
Complementary color
Monochromatic Colors of #C1BF88
Black with #C1BF88
Text Example
Text Example
White with #C1BF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1BF88; }
p { color: rgb(193,191,136); }
H1.HeaderClassName
{
color: #C1BF88;
}
.AnyTagClassName
{
color: #C1BF88;
}
</style>
background-color css
<style>
a { background-color: #C1BF88; }
a { background-color: rgb(193,191,136); }
div.DivClassName
{
background-color: #C1BF88;
}
.BgClassName
{
background-color: #C1BF88;
}
</style>
border-color css
<style>
span { border-color: #C1BF88; }
span { border-color: rgb(193,191,136); }
td.TdClassName
{
border-color: #C1BF88;
}
.TagClassName
{
border-color: #C1BF88;
}
</style>