Shades of Pine Glade #C0BD85
Tints of Pine Glade #C0BD85
RGB
CMYK
RGB Variations
Color information
#C0BD85 (or 0xC0BD85) is known color: Pine Glade. HEX triplet: C0, BD and 85. RGB value is (192,189,133). Sum of RGB (Red+Green+Blue) = 192+189+133=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 189 (74.22% from 255 or 36.77% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD85 is #3F427A. Grayscale: #B7B7B7. Windows color (decimal): -4145787 or 8764864. OLE color: 8764864.
HSL color Cylindrical-coordinate representation of color #C0BD85: hue angle of 56.95º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0BD85 is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 133 | - |
| CMYK | 0 | 0.02 | 0.31 | 0.25 |
| HSL | 56.95º | 0.32% | 0.64% | - |
| HSV(B) | 56.95º | 0.31% | 0.75% | - |
| XYZ | 44.17 | 49.3 | 29.38 | - |
| YUV | 183.51 | 99.49 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 133 | 0 | 0.02 | 0.31 | 0.25 | 56.95 | 0.32 | 0.64 |
| Hex | C0 | BD | 85 | 0 | 2 | 1F | 19 | 39 | 20 | 40 |
| Octal | 300 | 275 | 205 | 0 | 2 | 37 | 31 | 71 | 40 | 100 |
| Binary | 11000000 | 10111101 | 10000101 | 0 | 10 | 11111 | 11001 | 111001 | 100000 | 1000000 |
Color Harmonies of #C0BD85
Complementary color
Monochromatic Colors of #C0BD85
Black with #C0BD85
Text Example
Text Example
White with #C0BD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD85; }
p { color: rgb(192,189,133); }
H1.HeaderClassName
{
color: #C0BD85;
}
.AnyTagClassName
{
color: #C0BD85;
}
</style>
background-color css
<style>
a { background-color: #C0BD85; }
a { background-color: rgb(192,189,133); }
div.DivClassName
{
background-color: #C0BD85;
}
.BgClassName
{
background-color: #C0BD85;
}
</style>
border-color css
<style>
span { border-color: #C0BD85; }
span { border-color: rgb(192,189,133); }
td.TdClassName
{
border-color: #C0BD85;
}
.TagClassName
{
border-color: #C0BD85;
}
</style>