Shades of Pine Glade #C6C57E
Tints of Pine Glade #C6C57E
RGB
CMYK
RGB Variations
Color information
#C6C57E (or 0xC6C57E) is known color: Pine Glade. HEX triplet: C6, C5 and 7E. RGB value is (198,197,126). Sum of RGB (Red+Green+Blue) = 198+197+126=521 (69% of max value = 765). Red value is 198 (77.73% from 255 or 38.00% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 126 (49.61% from 255 or 24.18% from 521); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C57E is #393A81. Grayscale: #BDBDBD. Windows color (decimal): -3750530 or 8308166. OLE color: 8308166.
HSL color Cylindrical-coordinate representation of color #C6C57E: hue angle of 59.17º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C6C57E is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 126 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.22 |
| HSL | 59.17º | 0.39% | 0.64% | - |
| HSV(B) | 59.17º | 0.36% | 0.78% | - |
| XYZ | 47.02 | 53.44 | 27.58 | - |
| YUV | 189.21 | 92.33 | 134.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 126 | 0 | 0.01 | 0.36 | 0.22 | 59.17 | 0.39 | 0.64 |
| Hex | C6 | C5 | 7E | 0 | 1 | 24 | 16 | 3B | 27 | 40 |
| Octal | 306 | 305 | 176 | 0 | 1 | 44 | 26 | 73 | 47 | 100 |
| Binary | 11000110 | 11000101 | 1111110 | 0 | 1 | 100100 | 10110 | 111011 | 100111 | 1000000 |
Color Harmonies of #C6C57E
Complementary color
Monochromatic Colors of #C6C57E
Black with #C6C57E
Text Example
Text Example
White with #C6C57E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C57E; }
p { color: rgb(198,197,126); }
H1.HeaderClassName
{
color: #C6C57E;
}
.AnyTagClassName
{
color: #C6C57E;
}
</style>
background-color css
<style>
a { background-color: #C6C57E; }
a { background-color: rgb(198,197,126); }
div.DivClassName
{
background-color: #C6C57E;
}
.BgClassName
{
background-color: #C6C57E;
}
</style>
border-color css
<style>
span { border-color: #C6C57E; }
span { border-color: rgb(198,197,126); }
td.TdClassName
{
border-color: #C6C57E;
}
.TagClassName
{
border-color: #C6C57E;
}
</style>