Shades of Pine Glade #C0C588
Tints of Pine Glade #C0C588
RGB
CMYK
RGB Variations
Color information
#C0C588 (or 0xC0C588) is known color: Pine Glade. HEX triplet: C0, C5 and 88. RGB value is (192,197,136). Sum of RGB (Red+Green+Blue) = 192+197+136=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 197 (77.34% from 255 or 37.52% from 525); Blue value is 136 (53.52% from 255 or 25.90% from 525); Max value from RGB is 197 - color contains mainly: green. Hex color #C0C588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C588 is #3F3A77. Grayscale: #BCBCBC. Windows color (decimal): -4143736 or 8963520. OLE color: 8963520.
HSL color Cylindrical-coordinate representation of color #C0C588: hue angle of 64.92º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C0C588 is Cyan = 0.03, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 197 | 136 | - |
| CMYK | 0.03 | 0 | 0.31 | 0.23 |
| HSL | 64.92º | 0.34% | 0.65% | - |
| HSV(B) | 64.92º | 0.31% | 0.77% | - |
| XYZ | 46.15 | 52.92 | 31.07 | - |
| YUV | 188.55 | 98.34 | 130.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 197 | 136 | 0.03 | 0 | 0.31 | 0.23 | 64.92 | 0.34 | 0.65 |
| Hex | C0 | C5 | 88 | 3 | 0 | 1F | 17 | 41 | 22 | 41 |
| Octal | 300 | 305 | 210 | 3 | 0 | 37 | 27 | 101 | 42 | 101 |
| Binary | 11000000 | 11000101 | 10001000 | 11 | 0 | 11111 | 10111 | 1000001 | 100010 | 1000001 |
Color Harmonies of #C0C588
Complementary color
Monochromatic Colors of #C0C588
Black with #C0C588
Text Example
Text Example
White with #C0C588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C588; }
p { color: rgb(192,197,136); }
H1.HeaderClassName
{
color: #C0C588;
}
.AnyTagClassName
{
color: #C0C588;
}
</style>
background-color css
<style>
a { background-color: #C0C588; }
a { background-color: rgb(192,197,136); }
div.DivClassName
{
background-color: #C0C588;
}
.BgClassName
{
background-color: #C0C588;
}
</style>
border-color css
<style>
span { border-color: #C0C588; }
span { border-color: rgb(192,197,136); }
td.TdClassName
{
border-color: #C0C588;
}
.TagClassName
{
border-color: #C0C588;
}
</style>