Shades of Pine Glade #C0BF7E
Tints of Pine Glade #C0BF7E
RGB
CMYK
RGB Variations
Color information
#C0BF7E (or 0xC0BF7E) is known color: Pine Glade. HEX triplet: C0, BF and 7E. RGB value is (192,191,126). Sum of RGB (Red+Green+Blue) = 192+191+126=509 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.72% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 126 (49.61% from 255 or 24.75% from 509); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF7E is #3F4081. Grayscale: #B8B8B8. Windows color (decimal): -4145282 or 8306624. OLE color: 8306624.
HSL color Cylindrical-coordinate representation of color #C0BF7E: hue angle of 59.09º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C0BF7E is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 191 | 126 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.25 |
| HSL | 59.09º | 0.34% | 0.62% | - |
| HSV(B) | 59.09º | 0.34% | 0.75% | - |
| XYZ | 44.13 | 49.97 | 27.06 | - |
| YUV | 183.89 | 95.33 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 191 | 126 | 0 | 0.01 | 0.34 | 0.25 | 59.09 | 0.34 | 0.62 |
| Hex | C0 | BF | 7E | 0 | 1 | 22 | 19 | 3B | 22 | 3E |
| Octal | 300 | 277 | 176 | 0 | 1 | 42 | 31 | 73 | 42 | 76 |
| Binary | 11000000 | 10111111 | 1111110 | 0 | 1 | 100010 | 11001 | 111011 | 100010 | 111110 |
Color Harmonies of #C0BF7E
Complementary color
Monochromatic Colors of #C0BF7E
Black with #C0BF7E
Text Example
Text Example
White with #C0BF7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BF7E; }
p { color: rgb(192,191,126); }
H1.HeaderClassName
{
color: #C0BF7E;
}
.AnyTagClassName
{
color: #C0BF7E;
}
</style>
background-color css
<style>
a { background-color: #C0BF7E; }
a { background-color: rgb(192,191,126); }
div.DivClassName
{
background-color: #C0BF7E;
}
.BgClassName
{
background-color: #C0BF7E;
}
</style>
border-color css
<style>
span { border-color: #C0BF7E; }
span { border-color: rgb(192,191,126); }
td.TdClassName
{
border-color: #C0BF7E;
}
.TagClassName
{
border-color: #C0BF7E;
}
</style>