Shades of Pine Glade #C5C47F
Tints of Pine Glade #C5C47F
RGB
CMYK
RGB Variations
Color information
#C5C47F (or 0xC5C47F) is known color: Pine Glade. HEX triplet: C5, C4 and 7F. RGB value is (197,196,127). Sum of RGB (Red+Green+Blue) = 197+196+127=520 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.88% from 520); Green value is 196 (76.95% from 255 or 37.69% from 520); Blue value is 127 (50% from 255 or 24.42% from 520); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5C47F is #3A3B80. Grayscale: #BCBCBC. Windows color (decimal): -3816321 or 8373445. OLE color: 8373445.
HSL color Cylindrical-coordinate representation of color #C5C47F: hue angle of 59.14º 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 #C5C47F is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 127 | - |
| CMYK | 0 | 0.01 | 0.36 | 0.23 |
| HSL | 59.14º | 0.38% | 0.64% | - |
| HSV(B) | 59.14º | 0.36% | 0.77% | - |
| XYZ | 46.6 | 52.88 | 27.83 | - |
| YUV | 188.43 | 93.33 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 127 | 0 | 0.01 | 0.36 | 0.23 | 59.14 | 0.38 | 0.64 |
| Hex | C5 | C4 | 7F | 0 | 1 | 24 | 17 | 3B | 26 | 40 |
| Octal | 305 | 304 | 177 | 0 | 1 | 44 | 27 | 73 | 46 | 100 |
| Binary | 11000101 | 11000100 | 1111111 | 0 | 1 | 100100 | 10111 | 111011 | 100110 | 1000000 |
Color Harmonies of #C5C47F
Complementary color
Monochromatic Colors of #C5C47F
Black with #C5C47F
Text Example
Text Example
White with #C5C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C47F; }
p { color: rgb(197,196,127); }
H1.HeaderClassName
{
color: #C5C47F;
}
.AnyTagClassName
{
color: #C5C47F;
}
</style>
background-color css
<style>
a { background-color: #C5C47F; }
a { background-color: rgb(197,196,127); }
div.DivClassName
{
background-color: #C5C47F;
}
.BgClassName
{
background-color: #C5C47F;
}
</style>
border-color css
<style>
span { border-color: #C5C47F; }
span { border-color: rgb(197,196,127); }
td.TdClassName
{
border-color: #C5C47F;
}
.TagClassName
{
border-color: #C5C47F;
}
</style>