Shades of Pine Glade #C6C478
Tints of Pine Glade #C6C478
RGB
CMYK
RGB Variations
Color information
#C6C478 (or 0xC6C478) is known color: Pine Glade. HEX triplet: C6, C4 and 78. RGB value is (198,196,120). Sum of RGB (Red+Green+Blue) = 198+196+120=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 120 (47.27% from 255 or 23.35% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C478 is #393B87. Grayscale: #BCBCBC. Windows color (decimal): -3750792 or 7914694. OLE color: 7914694.
HSL color Cylindrical-coordinate representation of color #C6C478: hue angle of 58.46º 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 #C6C478 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 196 | 120 | - |
| CMYK | 0 | 0.01 | 0.39 | 0.22 |
| HSL | 58.46º | 0.41% | 0.62% | - |
| HSV(B) | 58.46º | 0.39% | 0.78% | - |
| XYZ | 46.42 | 52.84 | 25.52 | - |
| YUV | 187.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 196 | 120 | 0 | 0.01 | 0.39 | 0.22 | 58.46 | 0.41 | 0.62 |
| Hex | C6 | C4 | 78 | 0 | 1 | 27 | 16 | 3A | 29 | 3E |
| Octal | 306 | 304 | 170 | 0 | 1 | 47 | 26 | 72 | 51 | 76 |
| Binary | 11000110 | 11000100 | 1111000 | 0 | 1 | 100111 | 10110 | 111010 | 101001 | 111110 |
Color Harmonies of #C6C478
Complementary color
Monochromatic Colors of #C6C478
Black with #C6C478
Text Example
Text Example
White with #C6C478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C478; }
p { color: rgb(198,196,120); }
H1.HeaderClassName
{
color: #C6C478;
}
.AnyTagClassName
{
color: #C6C478;
}
</style>
background-color css
<style>
a { background-color: #C6C478; }
a { background-color: rgb(198,196,120); }
div.DivClassName
{
background-color: #C6C478;
}
.BgClassName
{
background-color: #C6C478;
}
</style>
border-color css
<style>
span { border-color: #C6C478; }
span { border-color: rgb(198,196,120); }
td.TdClassName
{
border-color: #C6C478;
}
.TagClassName
{
border-color: #C6C478;
}
</style>