Shades of Pine Glade #C0BB7F
Tints of Pine Glade #C0BB7F
RGB
CMYK
RGB Variations
Color information
#C0BB7F (or 0xC0BB7F) is known color: Pine Glade. HEX triplet: C0, BB and 7F. RGB value is (192,187,127). Sum of RGB (Red+Green+Blue) = 192+187+127=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB7F is #3F4480. Grayscale: #B5B5B5. Windows color (decimal): -4146305 or 8371136. OLE color: 8371136.
HSL color Cylindrical-coordinate representation of color #C0BB7F: hue angle of 55.38º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0BB7F is Cyan = 0, Magento = 0.03, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 127 | - |
| CMYK | 0 | 0.03 | 0.34 | 0.25 |
| HSL | 55.38º | 0.34% | 0.63% | - |
| HSV(B) | 55.38º | 0.34% | 0.75% | - |
| XYZ | 43.34 | 48.28 | 27.11 | - |
| YUV | 181.66 | 97.16 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 127 | 0 | 0.03 | 0.34 | 0.25 | 55.38 | 0.34 | 0.63 |
| Hex | C0 | BB | 7F | 0 | 3 | 22 | 19 | 37 | 22 | 3F |
| Octal | 300 | 273 | 177 | 0 | 3 | 42 | 31 | 67 | 42 | 77 |
| Binary | 11000000 | 10111011 | 1111111 | 0 | 11 | 100010 | 11001 | 110111 | 100010 | 111111 |
Color Harmonies of #C0BB7F
Complementary color
Monochromatic Colors of #C0BB7F
Black with #C0BB7F
Text Example
Text Example
White with #C0BB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB7F; }
p { color: rgb(192,187,127); }
H1.HeaderClassName
{
color: #C0BB7F;
}
.AnyTagClassName
{
color: #C0BB7F;
}
</style>
background-color css
<style>
a { background-color: #C0BB7F; }
a { background-color: rgb(192,187,127); }
div.DivClassName
{
background-color: #C0BB7F;
}
.BgClassName
{
background-color: #C0BB7F;
}
</style>
border-color css
<style>
span { border-color: #C0BB7F; }
span { border-color: rgb(192,187,127); }
td.TdClassName
{
border-color: #C0BB7F;
}
.TagClassName
{
border-color: #C0BB7F;
}
</style>