Shades of Pine Glade #C6C37A
Tints of Pine Glade #C6C37A
RGB
CMYK
RGB Variations
Color information
#C6C37A (or 0xC6C37A) is known color: Pine Glade. HEX triplet: C6, C3 and 7A. RGB value is (198,195,122). Sum of RGB (Red+Green+Blue) = 198+195+122=515 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.45% from 515); Green value is 195 (76.56% from 255 or 37.86% from 515); Blue value is 122 (48.05% from 255 or 23.69% from 515); Max value from RGB is 198 - color contains mainly: red. Hex color #C6C37A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C6C37A is #393C85. Grayscale: #BBBBBB. Windows color (decimal): -3751046 or 8045510. OLE color: 8045510.
HSL color Cylindrical-coordinate representation of color #C6C37A: hue angle of 57.63º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C6C37A is Cyan = 0, Magento = 0.02, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 195 | 122 | - |
| CMYK | 0 | 0.02 | 0.38 | 0.22 |
| HSL | 57.63º | 0.4% | 0.63% | - |
| HSV(B) | 57.63º | 0.38% | 0.78% | - |
| XYZ | 46.32 | 52.44 | 26.09 | - |
| YUV | 187.58 | 90.99 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 195 | 122 | 0 | 0.02 | 0.38 | 0.22 | 57.63 | 0.4 | 0.63 |
| Hex | C6 | C3 | 7A | 0 | 2 | 26 | 16 | 3A | 28 | 3F |
| Octal | 306 | 303 | 172 | 0 | 2 | 46 | 26 | 72 | 50 | 77 |
| Binary | 11000110 | 11000011 | 1111010 | 0 | 10 | 100110 | 10110 | 111010 | 101000 | 111111 |
Color Harmonies of #C6C37A
Complementary color
Monochromatic Colors of #C6C37A
Black with #C6C37A
Text Example
Text Example
White with #C6C37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6C37A; }
p { color: rgb(198,195,122); }
H1.HeaderClassName
{
color: #C6C37A;
}
.AnyTagClassName
{
color: #C6C37A;
}
</style>
background-color css
<style>
a { background-color: #C6C37A; }
a { background-color: rgb(198,195,122); }
div.DivClassName
{
background-color: #C6C37A;
}
.BgClassName
{
background-color: #C6C37A;
}
</style>
border-color css
<style>
span { border-color: #C6C37A; }
span { border-color: rgb(198,195,122); }
td.TdClassName
{
border-color: #C6C37A;
}
.TagClassName
{
border-color: #C6C37A;
}
</style>