Shades of Pine Glade #C0BD7E
Tints of Pine Glade #C0BD7E
RGB
CMYK
RGB Variations
Color information
#C0BD7E (or 0xC0BD7E) is known color: Pine Glade. HEX triplet: C0, BD and 7E. RGB value is (192,189,126). Sum of RGB (Red+Green+Blue) = 192+189+126=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 126 (49.61% from 255 or 24.85% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BD7E is #3F4281. Grayscale: #B6B6B6. Windows color (decimal): -4145794 or 8306112. OLE color: 8306112.
HSL color Cylindrical-coordinate representation of color #C0BD7E: hue angle of 57.27º 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 #C0BD7E is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 126 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.25 |
| HSL | 57.27º | 0.34% | 0.62% | - |
| HSV(B) | 57.27º | 0.34% | 0.75% | - |
| XYZ | 43.7 | 49.11 | 26.91 | - |
| YUV | 182.72 | 95.99 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 126 | 0 | 0.02 | 0.34 | 0.25 | 57.27 | 0.34 | 0.62 |
| Hex | C0 | BD | 7E | 0 | 2 | 22 | 19 | 39 | 22 | 3E |
| Octal | 300 | 275 | 176 | 0 | 2 | 42 | 31 | 71 | 42 | 76 |
| Binary | 11000000 | 10111101 | 1111110 | 0 | 10 | 100010 | 11001 | 111001 | 100010 | 111110 |
Color Harmonies of #C0BD7E
Complementary color
Monochromatic Colors of #C0BD7E
Black with #C0BD7E
Text Example
Text Example
White with #C0BD7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD7E; }
p { color: rgb(192,189,126); }
H1.HeaderClassName
{
color: #C0BD7E;
}
.AnyTagClassName
{
color: #C0BD7E;
}
</style>
background-color css
<style>
a { background-color: #C0BD7E; }
a { background-color: rgb(192,189,126); }
div.DivClassName
{
background-color: #C0BD7E;
}
.BgClassName
{
background-color: #C0BD7E;
}
</style>
border-color css
<style>
span { border-color: #C0BD7E; }
span { border-color: rgb(192,189,126); }
td.TdClassName
{
border-color: #C0BD7E;
}
.TagClassName
{
border-color: #C0BD7E;
}
</style>