Shades of Pine Glade #C0C487
Tints of Pine Glade #C0C487
RGB
CMYK
RGB Variations
Color information
#C0C487 (or 0xC0C487) is known color: Pine Glade. HEX triplet: C0, C4 and 87. RGB value is (192,196,135). Sum of RGB (Red+Green+Blue) = 192+196+135=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 196 (76.95% from 255 or 37.48% from 523); Blue value is 135 (53.12% from 255 or 25.81% from 523); Max value from RGB is 196 - color contains mainly: green. Hex color #C0C487 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C487 is #3F3B78. Grayscale: #BCBCBC. Windows color (decimal): -4143993 or 8897728. OLE color: 8897728.
HSL color Cylindrical-coordinate representation of color #C0C487: hue angle of 63.93º 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 #C0C487 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 196 | 135 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.23 |
| HSL | 63.93º | 0.34% | 0.65% | - |
| HSV(B) | 63.93º | 0.31% | 0.77% | - |
| XYZ | 45.85 | 52.44 | 30.63 | - |
| YUV | 187.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 196 | 135 | 0.02 | 0 | 0.31 | 0.23 | 63.93 | 0.34 | 0.65 |
| Hex | C0 | C4 | 87 | 2 | 0 | 1F | 17 | 40 | 22 | 41 |
| Octal | 300 | 304 | 207 | 2 | 0 | 37 | 27 | 100 | 42 | 101 |
| Binary | 11000000 | 11000100 | 10000111 | 10 | 0 | 11111 | 10111 | 1000000 | 100010 | 1000001 |
Color Harmonies of #C0C487
Complementary color
Monochromatic Colors of #C0C487
Black with #C0C487
Text Example
Text Example
White with #C0C487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C487; }
p { color: rgb(192,196,135); }
H1.HeaderClassName
{
color: #C0C487;
}
.AnyTagClassName
{
color: #C0C487;
}
</style>
background-color css
<style>
a { background-color: #C0C487; }
a { background-color: rgb(192,196,135); }
div.DivClassName
{
background-color: #C0C487;
}
.BgClassName
{
background-color: #C0C487;
}
</style>
border-color css
<style>
span { border-color: #C0C487; }
span { border-color: rgb(192,196,135); }
td.TdClassName
{
border-color: #C0C487;
}
.TagClassName
{
border-color: #C0C487;
}
</style>