Shades of Pine Glade #C0BD80
Tints of Pine Glade #C0BD80
RGB
CMYK
RGB Variations
Color information
#C0BD80 (or 0xC0BD80) is known color: Pine Glade. HEX triplet: C0, BD and 80. RGB value is (192,189,128). Sum of RGB (Red+Green+Blue) = 192+189+128=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 128 (50.39% from 255 or 25.15% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BD80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BD80 is #3F427F. Grayscale: #B7B7B7. Windows color (decimal): -4145792 or 8437184. OLE color: 8437184.
HSL color Cylindrical-coordinate representation of color #C0BD80: hue angle of 57.19º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C0BD80 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 189 | 128 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.25 |
| HSL | 57.19º | 0.34% | 0.63% | - |
| HSV(B) | 57.19º | 0.33% | 0.75% | - |
| XYZ | 43.83 | 49.16 | 27.6 | - |
| YUV | 182.94 | 96.99 | 134.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 189 | 128 | 0 | 0.02 | 0.33 | 0.25 | 57.19 | 0.34 | 0.63 |
| Hex | C0 | BD | 80 | 0 | 2 | 21 | 19 | 39 | 22 | 3F |
| Octal | 300 | 275 | 200 | 0 | 2 | 41 | 31 | 71 | 42 | 77 |
| Binary | 11000000 | 10111101 | 10000000 | 0 | 10 | 100001 | 11001 | 111001 | 100010 | 111111 |
Color Harmonies of #C0BD80
Complementary color
Monochromatic Colors of #C0BD80
Black with #C0BD80
Text Example
Text Example
White with #C0BD80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BD80; }
p { color: rgb(192,189,128); }
H1.HeaderClassName
{
color: #C0BD80;
}
.AnyTagClassName
{
color: #C0BD80;
}
</style>
background-color css
<style>
a { background-color: #C0BD80; }
a { background-color: rgb(192,189,128); }
div.DivClassName
{
background-color: #C0BD80;
}
.BgClassName
{
background-color: #C0BD80;
}
</style>
border-color css
<style>
span { border-color: #C0BD80; }
span { border-color: rgb(192,189,128); }
td.TdClassName
{
border-color: #C0BD80;
}
.TagClassName
{
border-color: #C0BD80;
}
</style>