Shades of Pine Glade #C0BC77
Tints of Pine Glade #C0BC77
RGB
CMYK
RGB Variations
Color information
#C0BC77 (or 0xC0BC77) is known color: Pine Glade. HEX triplet: C0, BC and 77. RGB value is (192,188,119). Sum of RGB (Red+Green+Blue) = 192+188+119=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BC77 is #3F4388. Grayscale: #B5B5B5. Windows color (decimal): -4146057 or 7847104. OLE color: 7847104.
HSL color Cylindrical-coordinate representation of color #C0BC77: hue angle of 56.71º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C0BC77 is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 188 | 119 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.25 |
| HSL | 56.71º | 0.37% | 0.61% | - |
| HSV(B) | 56.71º | 0.38% | 0.75% | - |
| XYZ | 43.05 | 48.5 | 24.55 | - |
| YUV | 181.33 | 92.83 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 188 | 119 | 0 | 0.02 | 0.38 | 0.25 | 56.71 | 0.37 | 0.61 |
| Hex | C0 | BC | 77 | 0 | 2 | 26 | 19 | 39 | 25 | 3D |
| Octal | 300 | 274 | 167 | 0 | 2 | 46 | 31 | 71 | 45 | 75 |
| Binary | 11000000 | 10111100 | 1110111 | 0 | 10 | 100110 | 11001 | 111001 | 100101 | 111101 |
Color Harmonies of #C0BC77
Complementary color
Monochromatic Colors of #C0BC77
Black with #C0BC77
Text Example
Text Example
White with #C0BC77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BC77; }
p { color: rgb(192,188,119); }
H1.HeaderClassName
{
color: #C0BC77;
}
.AnyTagClassName
{
color: #C0BC77;
}
</style>
background-color css
<style>
a { background-color: #C0BC77; }
a { background-color: rgb(192,188,119); }
div.DivClassName
{
background-color: #C0BC77;
}
.BgClassName
{
background-color: #C0BC77;
}
</style>
border-color css
<style>
span { border-color: #C0BC77; }
span { border-color: rgb(192,188,119); }
td.TdClassName
{
border-color: #C0BC77;
}
.TagClassName
{
border-color: #C0BC77;
}
</style>