Shades of Pine Glade #C6C37C
Tints of Pine Glade #C6C37C
RGB
CMYK
RGB Variations
Color information
#C6C37C (or 0xC6C37C) is known color: Pine Glade. HEX triplet: C6, C3 and 7C. RGB value is (198,195,124). Sum of RGB (Red+Green+Blue) = 198+195+124=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 195 (76.56% from 255 or 37.72% from 517); Blue value is 124 (48.83% from 255 or 23.98% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C37C is #393C83. Grayscale: #BCBCBC. Windows color (decimal): -3751044 or 8176582. OLE color: 8176582.
HSL color Cylindrical-coordinate representation of color #C6C37C: hue angle of 57.57º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6C37C is Cyan = 0, Magento = 0.02, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 124 | - |
| CMYK | 0 | 0.02 | 0.37 | 0.22 |
| HSL | 57.57º | 0.39% | 0.63% | - |
| HSV(B) | 57.57º | 0.37% | 0.78% | - |
| XYZ | 46.44 | 52.49 | 26.75 | - |
| YUV | 187.8 | 91.99 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 124 | 0 | 0.02 | 0.37 | 0.22 | 57.57 | 0.39 | 0.63 |
| Hex | C6 | C3 | 7C | 0 | 2 | 25 | 16 | 3A | 27 | 3F |
| Octal | 306 | 303 | 174 | 0 | 2 | 45 | 26 | 72 | 47 | 77 |
| Binary | 11000110 | 11000011 | 1111100 | 0 | 10 | 100101 | 10110 | 111010 | 100111 | 111111 |
Color Harmonies of #C6C37C
Complementary color
Monochromatic Colors of #C6C37C
Black with #C6C37C
Text Example
Text Example
White with #C6C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C37C; }
p { color: rgb(198,195,124); }
H1.HeaderClassName
{
color: #C6C37C;
}
.AnyTagClassName
{
color: #C6C37C;
}
</style>
background-color css
<style>
a { background-color: #C6C37C; }
a { background-color: rgb(198,195,124); }
div.DivClassName
{
background-color: #C6C37C;
}
.BgClassName
{
background-color: #C6C37C;
}
</style>
border-color css
<style>
span { border-color: #C6C37C; }
span { border-color: rgb(198,195,124); }
td.TdClassName
{
border-color: #C6C37C;
}
.TagClassName
{
border-color: #C6C37C;
}
</style>