Shades of Pine Glade #C0BE7A
Tints of Pine Glade #C0BE7A
RGB
CMYK
RGB Variations
Color information
#C0BE7A (or 0xC0BE7A) is known color: Pine Glade. HEX triplet: C0, BE and 7A. RGB value is (192,190,122). Sum of RGB (Red+Green+Blue) = 192+190+122=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE7A is #3F4185. Grayscale: #B7B7B7. Windows color (decimal): -4145542 or 8044224. OLE color: 8044224.
HSL color Cylindrical-coordinate representation of color #C0BE7A: hue angle of 58.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C0BE7A is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 122 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.25 |
| HSL | 58.29º | 0.36% | 0.62% | - |
| HSV(B) | 58.29º | 0.36% | 0.75% | - |
| XYZ | 43.66 | 49.44 | 25.65 | - |
| YUV | 182.85 | 93.66 | 134.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 122 | 0 | 0.01 | 0.36 | 0.25 | 58.29 | 0.36 | 0.62 |
| Hex | C0 | BE | 7A | 0 | 1 | 24 | 19 | 3A | 24 | 3E |
| Octal | 300 | 276 | 172 | 0 | 1 | 44 | 31 | 72 | 44 | 76 |
| Binary | 11000000 | 10111110 | 1111010 | 0 | 1 | 100100 | 11001 | 111010 | 100100 | 111110 |
Color Harmonies of #C0BE7A
Complementary color
Monochromatic Colors of #C0BE7A
Black with #C0BE7A
Text Example
Text Example
White with #C0BE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE7A; }
p { color: rgb(192,190,122); }
H1.HeaderClassName
{
color: #C0BE7A;
}
.AnyTagClassName
{
color: #C0BE7A;
}
</style>
background-color css
<style>
a { background-color: #C0BE7A; }
a { background-color: rgb(192,190,122); }
div.DivClassName
{
background-color: #C0BE7A;
}
.BgClassName
{
background-color: #C0BE7A;
}
</style>
border-color css
<style>
span { border-color: #C0BE7A; }
span { border-color: rgb(192,190,122); }
td.TdClassName
{
border-color: #C0BE7A;
}
.TagClassName
{
border-color: #C0BE7A;
}
</style>