Shades of Pine Glade #C5C57F
Tints of Pine Glade #C5C57F
RGB
CMYK
RGB Variations
Color information
#C5C57F (or 0xC5C57F) is known color: Pine Glade. HEX triplet: C5, C5 and 7F. RGB value is (197,197,127). Sum of RGB (Red+Green+Blue) = 197+197+127=521 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.81% from 521); Green value is 197 (77.34% from 255 or 37.81% from 521); Blue value is 127 (50% from 255 or 24.38% from 521); Max value from RGB is 197 - color contains mainly: red, green. Hex color #C5C57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C57F is #3A3A80. Grayscale: #BDBDBD. Windows color (decimal): -3816065 or 8373701. OLE color: 8373701.
HSL color Cylindrical-coordinate representation of color #C5C57F: hue angle of 60º 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 #C5C57F is Cyan = 0, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 197 | 127 | - |
| CMYK | 0 | 0 | 0.36 | 0.23 |
| HSL | 60º | 0.38% | 0.64% | - |
| HSV(B) | 60º | 0.36% | 0.77% | - |
| XYZ | 46.82 | 53.34 | 27.91 | - |
| YUV | 189.02 | 93 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 197 | 127 | 0 | 0 | 0.36 | 0.23 | 60 | 0.38 | 0.64 |
| Hex | C5 | C5 | 7F | 0 | 0 | 24 | 17 | 3C | 26 | 40 |
| Octal | 305 | 305 | 177 | 0 | 0 | 44 | 27 | 74 | 46 | 100 |
| Binary | 11000101 | 11000101 | 1111111 | 0 | 0 | 100100 | 10111 | 111100 | 100110 | 1000000 |
Color Harmonies of #C5C57F
Complementary color
Monochromatic Colors of #C5C57F
Black with #C5C57F
Text Example
Text Example
White with #C5C57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C57F; }
p { color: rgb(197,197,127); }
H1.HeaderClassName
{
color: #C5C57F;
}
.AnyTagClassName
{
color: #C5C57F;
}
</style>
background-color css
<style>
a { background-color: #C5C57F; }
a { background-color: rgb(197,197,127); }
div.DivClassName
{
background-color: #C5C57F;
}
.BgClassName
{
background-color: #C5C57F;
}
</style>
border-color css
<style>
span { border-color: #C5C57F; }
span { border-color: rgb(197,197,127); }
td.TdClassName
{
border-color: #C5C57F;
}
.TagClassName
{
border-color: #C5C57F;
}
</style>