Shades of Pine Glade #C2C082
Tints of Pine Glade #C2C082
RGB
CMYK
RGB Variations
Color information
#C2C082 (or 0xC2C082) is known color: Pine Glade. HEX triplet: C2, C0 and 82. RGB value is (194,192,130). Sum of RGB (Red+Green+Blue) = 194+192+130=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 130 (51.17% from 255 or 25.19% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2C082 is #3D3F7D. Grayscale: #B9B9B9. Windows color (decimal): -4013950 or 8569026. OLE color: 8569026.
HSL color Cylindrical-coordinate representation of color #C2C082: hue angle of 58.12º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C2C082 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 192 | 130 | - |
| CMYK | 0 | 0.01 | 0.33 | 0.24 |
| HSL | 58.13º | 0.34% | 0.64% | - |
| HSV(B) | 58.13º | 0.33% | 0.76% | - |
| XYZ | 45.13 | 50.78 | 28.54 | - |
| YUV | 185.53 | 96.66 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 192 | 130 | 0 | 0.01 | 0.33 | 0.24 | 58.13 | 0.34 | 0.64 |
| Hex | C2 | C0 | 82 | 0 | 1 | 21 | 18 | 3A | 22 | 40 |
| Octal | 302 | 300 | 202 | 0 | 1 | 41 | 30 | 72 | 42 | 100 |
| Binary | 11000010 | 11000000 | 10000010 | 0 | 1 | 100001 | 11000 | 111010 | 100010 | 1000000 |
Color Harmonies of #C2C082
Complementary color
Monochromatic Colors of #C2C082
Black with #C2C082
Text Example
Text Example
White with #C2C082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2C082; }
p { color: rgb(194,192,130); }
H1.HeaderClassName
{
color: #C2C082;
}
.AnyTagClassName
{
color: #C2C082;
}
</style>
background-color css
<style>
a { background-color: #C2C082; }
a { background-color: rgb(194,192,130); }
div.DivClassName
{
background-color: #C2C082;
}
.BgClassName
{
background-color: #C2C082;
}
</style>
border-color css
<style>
span { border-color: #C2C082; }
span { border-color: rgb(194,192,130); }
td.TdClassName
{
border-color: #C2C082;
}
.TagClassName
{
border-color: #C2C082;
}
</style>