Shades of Pine Glade #C0BB7E
Tints of Pine Glade #C0BB7E
RGB
CMYK
RGB Variations
Color information
#C0BB7E (or 0xC0BB7E) is known color: Pine Glade. HEX triplet: C0, BB and 7E. RGB value is (192,187,126). Sum of RGB (Red+Green+Blue) = 192+187+126=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 187 (73.44% from 255 or 37.03% from 505); Blue value is 126 (49.61% from 255 or 24.95% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB7E is #3F4481. Grayscale: #B5B5B5. Windows color (decimal): -4146306 or 8305600. OLE color: 8305600.
HSL color Cylindrical-coordinate representation of color #C0BB7E: hue angle of 55.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0BB7E is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 126 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.25 |
| HSL | 55.45º | 0.34% | 0.62% | - |
| HSV(B) | 55.45º | 0.34% | 0.75% | - |
| XYZ | 43.27 | 48.25 | 26.77 | - |
| YUV | 181.54 | 96.66 | 135.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 126 | 0 | 0.03 | 0.34 | 0.25 | 55.45 | 0.34 | 0.62 |
| Hex | C0 | BB | 7E | 0 | 3 | 22 | 19 | 37 | 22 | 3E |
| Octal | 300 | 273 | 176 | 0 | 3 | 42 | 31 | 67 | 42 | 76 |
| Binary | 11000000 | 10111011 | 1111110 | 0 | 11 | 100010 | 11001 | 110111 | 100010 | 111110 |
Color Harmonies of #C0BB7E
Complementary color
Monochromatic Colors of #C0BB7E
Black with #C0BB7E
Text Example
Text Example
White with #C0BB7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB7E; }
p { color: rgb(192,187,126); }
H1.HeaderClassName
{
color: #C0BB7E;
}
.AnyTagClassName
{
color: #C0BB7E;
}
</style>
background-color css
<style>
a { background-color: #C0BB7E; }
a { background-color: rgb(192,187,126); }
div.DivClassName
{
background-color: #C0BB7E;
}
.BgClassName
{
background-color: #C0BB7E;
}
</style>
border-color css
<style>
span { border-color: #C0BB7E; }
span { border-color: rgb(192,187,126); }
td.TdClassName
{
border-color: #C0BB7E;
}
.TagClassName
{
border-color: #C0BB7E;
}
</style>