Shades of Pine Glade #C0BB83
Tints of Pine Glade #C0BB83
RGB
CMYK
RGB Variations
Color information
#C0BB83 (or 0xC0BB83) is known color: Pine Glade. HEX triplet: C0, BB and 83. RGB value is (192,187,131). Sum of RGB (Red+Green+Blue) = 192+187+131=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 131 (51.56% from 255 or 25.69% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0BB83 is #3F447C. Grayscale: #B6B6B6. Windows color (decimal): -4146301 or 8633280. OLE color: 8633280.
HSL color Cylindrical-coordinate representation of color #C0BB83: hue angle of 55.08º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0BB83 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 131 | - |
| CMYK | 0 | 0.03 | 0.32 | 0.25 |
| HSL | 55.08º | 0.33% | 0.63% | - |
| HSV(B) | 55.08º | 0.32% | 0.75% | - |
| XYZ | 43.61 | 48.39 | 28.51 | - |
| YUV | 182.11 | 99.16 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 131 | 0 | 0.03 | 0.32 | 0.25 | 55.08 | 0.33 | 0.63 |
| Hex | C0 | BB | 83 | 0 | 3 | 20 | 19 | 37 | 21 | 3F |
| Octal | 300 | 273 | 203 | 0 | 3 | 40 | 31 | 67 | 41 | 77 |
| Binary | 11000000 | 10111011 | 10000011 | 0 | 11 | 100000 | 11001 | 110111 | 100001 | 111111 |
Color Harmonies of #C0BB83
Complementary color
Monochromatic Colors of #C0BB83
Black with #C0BB83
Text Example
Text Example
White with #C0BB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB83; }
p { color: rgb(192,187,131); }
H1.HeaderClassName
{
color: #C0BB83;
}
.AnyTagClassName
{
color: #C0BB83;
}
</style>
background-color css
<style>
a { background-color: #C0BB83; }
a { background-color: rgb(192,187,131); }
div.DivClassName
{
background-color: #C0BB83;
}
.BgClassName
{
background-color: #C0BB83;
}
</style>
border-color css
<style>
span { border-color: #C0BB83; }
span { border-color: rgb(192,187,131); }
td.TdClassName
{
border-color: #C0BB83;
}
.TagClassName
{
border-color: #C0BB83;
}
</style>