Shades of Pine Glade #C5C48A
Tints of Pine Glade #C5C48A
RGB
CMYK
RGB Variations
Color information
#C5C48A (or 0xC5C48A) is known color: Pine Glade. HEX triplet: C5, C4 and 8A. RGB value is (197,196,138). Sum of RGB (Red+Green+Blue) = 197+196+138=531 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.10% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 197 - color contains mainly: red. Hex color #C5C48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5C48A is #3A3B75. Grayscale: #BDBDBD. Windows color (decimal): -3816310 or 9094341. OLE color: 9094341.
HSL color Cylindrical-coordinate representation of color #C5C48A: hue angle of 58.98º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C5C48A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 196 | 138 | - |
| CMYK | 0 | 0.01 | 0.30 | 0.23 |
| HSL | 58.98º | 0.34% | 0.66% | - |
| HSV(B) | 58.98º | 0.3% | 0.77% | - |
| XYZ | 47.35 | 53.19 | 31.81 | - |
| YUV | 189.69 | 98.83 | 133.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 196 | 138 | 0 | 0.01 | 0.30 | 0.23 | 58.98 | 0.34 | 0.66 |
| Hex | C5 | C4 | 8A | 0 | 1 | 1E | 17 | 3B | 22 | 42 |
| Octal | 305 | 304 | 212 | 0 | 1 | 36 | 27 | 73 | 42 | 102 |
| Binary | 11000101 | 11000100 | 10001010 | 0 | 1 | 11110 | 10111 | 111011 | 100010 | 1000010 |
Color Harmonies of #C5C48A
Complementary color
Monochromatic Colors of #C5C48A
Black with #C5C48A
Text Example
Text Example
White with #C5C48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5C48A; }
p { color: rgb(197,196,138); }
H1.HeaderClassName
{
color: #C5C48A;
}
.AnyTagClassName
{
color: #C5C48A;
}
</style>
background-color css
<style>
a { background-color: #C5C48A; }
a { background-color: rgb(197,196,138); }
div.DivClassName
{
background-color: #C5C48A;
}
.BgClassName
{
background-color: #C5C48A;
}
</style>
border-color css
<style>
span { border-color: #C5C48A; }
span { border-color: rgb(197,196,138); }
td.TdClassName
{
border-color: #C5C48A;
}
.TagClassName
{
border-color: #C5C48A;
}
</style>