Shades of Pine Glade #C6C178
Tints of Pine Glade #C6C178
RGB
CMYK
RGB Variations
Color information
#C6C178 (or 0xC6C178) is known color: Pine Glade. HEX triplet: C6, C1 and 78. RGB value is (198,193,120). Sum of RGB (Red+Green+Blue) = 198+193+120=511 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.75% from 511); Green value is 193 (75.78% from 255 or 37.77% from 511); Blue value is 120 (47.27% from 255 or 23.48% from 511); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C178 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C178 is #393E87. Grayscale: #BABABA. Windows color (decimal): -3751560 or 7913926. OLE color: 7913926.
HSL color Cylindrical-coordinate representation of color #C6C178: hue angle of 56.15º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6C178 is Cyan = 0, Magento = 0.03, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 193 | 120 | - |
| CMYK | 0 | 0.03 | 0.39 | 0.22 |
| HSL | 56.15º | 0.41% | 0.62% | - |
| HSV(B) | 56.15º | 0.39% | 0.78% | - |
| XYZ | 45.75 | 51.5 | 25.3 | - |
| YUV | 186.17 | 90.66 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 193 | 120 | 0 | 0.03 | 0.39 | 0.22 | 56.15 | 0.41 | 0.62 |
| Hex | C6 | C1 | 78 | 0 | 3 | 27 | 16 | 38 | 29 | 3E |
| Octal | 306 | 301 | 170 | 0 | 3 | 47 | 26 | 70 | 51 | 76 |
| Binary | 11000110 | 11000001 | 1111000 | 0 | 11 | 100111 | 10110 | 111000 | 101001 | 111110 |
Color Harmonies of #C6C178
Complementary color
Monochromatic Colors of #C6C178
Black with #C6C178
Text Example
Text Example
White with #C6C178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C178; }
p { color: rgb(198,193,120); }
H1.HeaderClassName
{
color: #C6C178;
}
.AnyTagClassName
{
color: #C6C178;
}
</style>
background-color css
<style>
a { background-color: #C6C178; }
a { background-color: rgb(198,193,120); }
div.DivClassName
{
background-color: #C6C178;
}
.BgClassName
{
background-color: #C6C178;
}
</style>
border-color css
<style>
span { border-color: #C6C178; }
span { border-color: rgb(198,193,120); }
td.TdClassName
{
border-color: #C6C178;
}
.TagClassName
{
border-color: #C6C178;
}
</style>