Shades of Pine Glade #C0BE7D
Tints of Pine Glade #C0BE7D
RGB
CMYK
RGB Variations
Color information
#C0BE7D (or 0xC0BE7D) is known color: Pine Glade. HEX triplet: C0, BE and 7D. RGB value is (192,190,125). Sum of RGB (Red+Green+Blue) = 192+190+125=507 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.87% from 507); Green value is 190 (74.61% from 255 or 37.48% from 507); Blue value is 125 (49.22% from 255 or 24.65% from 507); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BE7D is #3F4182. Grayscale: #B7B7B7. Windows color (decimal): -4145539 or 8240832. OLE color: 8240832.
HSL color Cylindrical-coordinate representation of color #C0BE7D: hue angle of 58.21º 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 #C0BE7D is Cyan = 0, Magento = 0.01, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 190 | 125 | - |
| CMYK | 0 | 0.01 | 0.35 | 0.25 |
| HSL | 58.21º | 0.35% | 0.62% | - |
| HSV(B) | 58.21º | 0.35% | 0.75% | - |
| XYZ | 43.85 | 49.51 | 26.65 | - |
| YUV | 183.19 | 95.16 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 190 | 125 | 0 | 0.01 | 0.35 | 0.25 | 58.21 | 0.35 | 0.62 |
| Hex | C0 | BE | 7D | 0 | 1 | 23 | 19 | 3A | 23 | 3E |
| Octal | 300 | 276 | 175 | 0 | 1 | 43 | 31 | 72 | 43 | 76 |
| Binary | 11000000 | 10111110 | 1111101 | 0 | 1 | 100011 | 11001 | 111010 | 100011 | 111110 |
Color Harmonies of #C0BE7D
Complementary color
Monochromatic Colors of #C0BE7D
Black with #C0BE7D
Text Example
Text Example
White with #C0BE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0BE7D; }
p { color: rgb(192,190,125); }
H1.HeaderClassName
{
color: #C0BE7D;
}
.AnyTagClassName
{
color: #C0BE7D;
}
</style>
background-color css
<style>
a { background-color: #C0BE7D; }
a { background-color: rgb(192,190,125); }
div.DivClassName
{
background-color: #C0BE7D;
}
.BgClassName
{
background-color: #C0BE7D;
}
</style>
border-color css
<style>
span { border-color: #C0BE7D; }
span { border-color: rgb(192,190,125); }
td.TdClassName
{
border-color: #C0BE7D;
}
.TagClassName
{
border-color: #C0BE7D;
}
</style>