Shades of Pine Glade #C5C07F
Tints of Pine Glade #C5C07F
RGB
CMYK
RGB Variations
Color information
#C5C07F (or 0xC5C07F) is known color: Pine Glade. HEX triplet: C5, C0 and 7F. RGB value is (197,192,127). Sum of RGB (Red+Green+Blue) = 197+192+127=516 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.18% from 516); Green value is 192 (75.39% from 255 or 37.21% from 516); Blue value is 127 (50% from 255 or 24.61% from 516); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C07F is #3A3F80. Grayscale: #BABABA. Windows color (decimal): -3817345 or 8372421. OLE color: 8372421.
HSL color Cylindrical-coordinate representation of color #C5C07F: hue angle of 55.71º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5C07F is Cyan = 0, Magento = 0.03, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 192 | 127 | - |
| CMYK | 0 | 0.03 | 0.36 | 0.23 |
| HSL | 55.71º | 0.38% | 0.64% | - |
| HSV(B) | 55.71º | 0.36% | 0.77% | - |
| XYZ | 45.71 | 51.1 | 27.53 | - |
| YUV | 186.09 | 94.66 | 135.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 192 | 127 | 0 | 0.03 | 0.36 | 0.23 | 55.71 | 0.38 | 0.64 |
| Hex | C5 | C0 | 7F | 0 | 3 | 24 | 17 | 38 | 26 | 40 |
| Octal | 305 | 300 | 177 | 0 | 3 | 44 | 27 | 70 | 46 | 100 |
| Binary | 11000101 | 11000000 | 1111111 | 0 | 11 | 100100 | 10111 | 111000 | 100110 | 1000000 |
Color Harmonies of #C5C07F
Complementary color
Monochromatic Colors of #C5C07F
Black with #C5C07F
Text Example
Text Example
White with #C5C07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C07F; }
p { color: rgb(197,192,127); }
H1.HeaderClassName
{
color: #C5C07F;
}
.AnyTagClassName
{
color: #C5C07F;
}
</style>
background-color css
<style>
a { background-color: #C5C07F; }
a { background-color: rgb(197,192,127); }
div.DivClassName
{
background-color: #C5C07F;
}
.BgClassName
{
background-color: #C5C07F;
}
</style>
border-color css
<style>
span { border-color: #C5C07F; }
span { border-color: rgb(197,192,127); }
td.TdClassName
{
border-color: #C5C07F;
}
.TagClassName
{
border-color: #C5C07F;
}
</style>