Shades of Pine Glade #C6C583
Tints of Pine Glade #C6C583
RGB
CMYK
RGB Variations
Color information
#C6C583 (or 0xC6C583) is known color: Pine Glade. HEX triplet: C6, C5 and 83. RGB value is (198,197,131). Sum of RGB (Red+Green+Blue) = 198+197+131=526 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.64% from 526); Green value is 197 (77.34% from 255 or 37.45% from 526); Blue value is 131 (51.56% from 255 or 24.90% from 526); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6C583 is #393A7C. Grayscale: #BEBEBE. Windows color (decimal): -3750525 or 8635846. OLE color: 8635846.
HSL color Cylindrical-coordinate representation of color #C6C583: hue angle of 59.1º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C6C583 is Cyan = 0, Magento = 0.01, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 197 | 131 | - |
| CMYK | 0 | 0.01 | 0.34 | 0.22 |
| HSL | 59.1º | 0.37% | 0.65% | - |
| HSV(B) | 59.1º | 0.34% | 0.78% | - |
| XYZ | 47.35 | 53.58 | 29.32 | - |
| YUV | 189.78 | 94.83 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 197 | 131 | 0 | 0.01 | 0.34 | 0.22 | 59.1 | 0.37 | 0.65 |
| Hex | C6 | C5 | 83 | 0 | 1 | 22 | 16 | 3B | 25 | 41 |
| Octal | 306 | 305 | 203 | 0 | 1 | 42 | 26 | 73 | 45 | 101 |
| Binary | 11000110 | 11000101 | 10000011 | 0 | 1 | 100010 | 10110 | 111011 | 100101 | 1000001 |
Color Harmonies of #C6C583
Complementary color
Monochromatic Colors of #C6C583
Black with #C6C583
Text Example
Text Example
White with #C6C583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C583; }
p { color: rgb(198,197,131); }
H1.HeaderClassName
{
color: #C6C583;
}
.AnyTagClassName
{
color: #C6C583;
}
</style>
background-color css
<style>
a { background-color: #C6C583; }
a { background-color: rgb(198,197,131); }
div.DivClassName
{
background-color: #C6C583;
}
.BgClassName
{
background-color: #C6C583;
}
</style>
border-color css
<style>
span { border-color: #C6C583; }
span { border-color: rgb(198,197,131); }
td.TdClassName
{
border-color: #C6C583;
}
.TagClassName
{
border-color: #C6C583;
}
</style>