Shades of Pine Glade #C0BE7C
Tints of Pine Glade #C0BE7C
RGB
CMYK
RGB Variations
Color information
#C0BE7C (or 0xC0BE7C) is known color: Pine Glade. HEX triplet: C0, BE and 7C. RGB value is (192,190,124). Sum of RGB (Red+Green+Blue) = 192+190+124=506 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.94% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 124 (48.83% from 255 or 24.51% from 506); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE7C is #3F4183. Grayscale: #B7B7B7. Windows color (decimal): -4145540 or 8175296. OLE color: 8175296.
HSL color Cylindrical-coordinate representation of color #C0BE7C: hue angle of 58.24º 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 #C0BE7C is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 124 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.25 |
| HSL | 58.24º | 0.35% | 0.62% | - |
| HSV(B) | 58.24º | 0.35% | 0.75% | - |
| XYZ | 43.79 | 49.49 | 26.31 | - |
| YUV | 183.07 | 94.66 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 124 | 0 | 0.01 | 0.35 | 0.25 | 58.24 | 0.35 | 0.62 |
| Hex | C0 | BE | 7C | 0 | 1 | 23 | 19 | 3A | 23 | 3E |
| Octal | 300 | 276 | 174 | 0 | 1 | 43 | 31 | 72 | 43 | 76 |
| Binary | 11000000 | 10111110 | 1111100 | 0 | 1 | 100011 | 11001 | 111010 | 100011 | 111110 |
Color Harmonies of #C0BE7C
Complementary color
Monochromatic Colors of #C0BE7C
Black with #C0BE7C
Text Example
Text Example
White with #C0BE7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE7C; }
p { color: rgb(192,190,124); }
H1.HeaderClassName
{
color: #C0BE7C;
}
.AnyTagClassName
{
color: #C0BE7C;
}
</style>
background-color css
<style>
a { background-color: #C0BE7C; }
a { background-color: rgb(192,190,124); }
div.DivClassName
{
background-color: #C0BE7C;
}
.BgClassName
{
background-color: #C0BE7C;
}
</style>
border-color css
<style>
span { border-color: #C0BE7C; }
span { border-color: rgb(192,190,124); }
td.TdClassName
{
border-color: #C0BE7C;
}
.TagClassName
{
border-color: #C0BE7C;
}
</style>