Shades of Pine Glade #C6C282
Tints of Pine Glade #C6C282
RGB
CMYK
RGB Variations
Color information
#C6C282 (or 0xC6C282) is known color: Pine Glade. HEX triplet: C6, C2 and 82. RGB value is (198,194,130). Sum of RGB (Red+Green+Blue) = 198+194+130=522 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.93% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 130 (51.17% from 255 or 24.90% from 522); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C282 is #393D7D. Grayscale: #BCBCBC. Windows color (decimal): -3751294 or 8569542. OLE color: 8569542.
HSL color Cylindrical-coordinate representation of color #C6C282: hue angle of 56.47º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6C282 is Cyan = 0, Magento = 0.02, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 194 | 130 | - |
| CMYK | 0 | 0.02 | 0.34 | 0.22 |
| HSL | 56.47º | 0.37% | 0.64% | - |
| HSV(B) | 56.47º | 0.34% | 0.78% | - |
| XYZ | 46.61 | 52.2 | 28.74 | - |
| YUV | 187.9 | 95.33 | 135.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 194 | 130 | 0 | 0.02 | 0.34 | 0.22 | 56.47 | 0.37 | 0.64 |
| Hex | C6 | C2 | 82 | 0 | 2 | 22 | 16 | 38 | 25 | 40 |
| Octal | 306 | 302 | 202 | 0 | 2 | 42 | 26 | 70 | 45 | 100 |
| Binary | 11000110 | 11000010 | 10000010 | 0 | 10 | 100010 | 10110 | 111000 | 100101 | 1000000 |
Color Harmonies of #C6C282
Complementary color
Monochromatic Colors of #C6C282
Black with #C6C282
Text Example
Text Example
White with #C6C282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C282; }
p { color: rgb(198,194,130); }
H1.HeaderClassName
{
color: #C6C282;
}
.AnyTagClassName
{
color: #C6C282;
}
</style>
background-color css
<style>
a { background-color: #C6C282; }
a { background-color: rgb(198,194,130); }
div.DivClassName
{
background-color: #C6C282;
}
.BgClassName
{
background-color: #C6C282;
}
</style>
border-color css
<style>
span { border-color: #C6C282; }
span { border-color: rgb(198,194,130); }
td.TdClassName
{
border-color: #C6C282;
}
.TagClassName
{
border-color: #C6C282;
}
</style>