Shades of Pine Glade #C0BB7D
Tints of Pine Glade #C0BB7D
RGB
CMYK
RGB Variations
Color information
#C0BB7D (or 0xC0BB7D) is known color: Pine Glade. HEX triplet: C0, BB and 7D. RGB value is (192,187,125). Sum of RGB (Red+Green+Blue) = 192+187+125=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 125 (49.22% from 255 or 24.80% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BB7D is #3F4482. Grayscale: #B5B5B5. Windows color (decimal): -4146307 or 8240064. OLE color: 8240064.
HSL color Cylindrical-coordinate representation of color #C0BB7D: hue angle of 55.52º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0BB7D is Cyan = 0, Magento = 0.03, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 187 | 125 | - |
| CMYK | 0 | 0.03 | 0.35 | 0.25 |
| HSL | 55.52º | 0.35% | 0.62% | - |
| HSV(B) | 55.52º | 0.35% | 0.75% | - |
| XYZ | 43.21 | 48.23 | 26.43 | - |
| YUV | 181.43 | 96.16 | 135.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 187 | 125 | 0 | 0.03 | 0.35 | 0.25 | 55.52 | 0.35 | 0.62 |
| Hex | C0 | BB | 7D | 0 | 3 | 23 | 19 | 38 | 23 | 3E |
| Octal | 300 | 273 | 175 | 0 | 3 | 43 | 31 | 70 | 43 | 76 |
| Binary | 11000000 | 10111011 | 1111101 | 0 | 11 | 100011 | 11001 | 111000 | 100011 | 111110 |
Color Harmonies of #C0BB7D
Complementary color
Monochromatic Colors of #C0BB7D
Black with #C0BB7D
Text Example
Text Example
White with #C0BB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BB7D; }
p { color: rgb(192,187,125); }
H1.HeaderClassName
{
color: #C0BB7D;
}
.AnyTagClassName
{
color: #C0BB7D;
}
</style>
background-color css
<style>
a { background-color: #C0BB7D; }
a { background-color: rgb(192,187,125); }
div.DivClassName
{
background-color: #C0BB7D;
}
.BgClassName
{
background-color: #C0BB7D;
}
</style>
border-color css
<style>
span { border-color: #C0BB7D; }
span { border-color: rgb(192,187,125); }
td.TdClassName
{
border-color: #C0BB7D;
}
.TagClassName
{
border-color: #C0BB7D;
}
</style>