Shades of Pine Glade #C0C082
Tints of Pine Glade #C0C082
RGB
CMYK
RGB Variations
Color information
#C0C082 (or 0xC0C082) is known color: Pine Glade. HEX triplet: C0, C0 and 82. RGB value is (192,192,130). Sum of RGB (Red+Green+Blue) = 192+192+130=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 130 (51.17% from 255 or 25.29% from 514); Max value from RGB is 192 - color contains mainly: red, green. Hex color #C0C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C0C082 is #3F3F7D. Grayscale: #B9B9B9. Windows color (decimal): -4145022 or 8569024. OLE color: 8569024.
HSL color Cylindrical-coordinate representation of color #C0C082: hue angle of 60º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0C082 is Cyan = 0, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 192 | 130 | - |
| CMYK | 0 | 0 | 0.32 | 0.25 |
| HSL | 60º | 0.33% | 0.63% | - |
| HSV(B) | 60º | 0.32% | 0.75% | - |
| XYZ | 44.62 | 50.52 | 28.52 | - |
| YUV | 184.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 192 | 130 | 0 | 0 | 0.32 | 0.25 | 60 | 0.33 | 0.63 |
| Hex | C0 | C0 | 82 | 0 | 0 | 20 | 19 | 3C | 21 | 3F |
| Octal | 300 | 300 | 202 | 0 | 0 | 40 | 31 | 74 | 41 | 77 |
| Binary | 11000000 | 11000000 | 10000010 | 0 | 0 | 100000 | 11001 | 111100 | 100001 | 111111 |
Color Harmonies of #C0C082
Complementary color
Monochromatic Colors of #C0C082
Black with #C0C082
Text Example
Text Example
White with #C0C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0C082; }
p { color: rgb(192,192,130); }
H1.HeaderClassName
{
color: #C0C082;
}
.AnyTagClassName
{
color: #C0C082;
}
</style>
background-color css
<style>
a { background-color: #C0C082; }
a { background-color: rgb(192,192,130); }
div.DivClassName
{
background-color: #C0C082;
}
.BgClassName
{
background-color: #C0C082;
}
</style>
border-color css
<style>
span { border-color: #C0C082; }
span { border-color: rgb(192,192,130); }
td.TdClassName
{
border-color: #C0C082;
}
.TagClassName
{
border-color: #C0C082;
}
</style>