Shades of Pale Taupe #C59A76
Tints of Pale Taupe #C59A76
RGB
CMYK
RGB Variations
Color information
#C59A76 (or 0xC59A76) is known color: Pale Taupe. HEX triplet: C5, 9A and 76. RGB value is (197,154,118). Sum of RGB (Red+Green+Blue) = 197+154+118=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 154 (60.55% from 255 or 32.84% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A76 is #3A6589. Grayscale: #A2A2A2. Windows color (decimal): -3827082 or 7772869. OLE color: 7772869.
HSL color Cylindrical-coordinate representation of color #C59A76: hue angle of 27.34º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C59A76 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 118 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.23 |
| HSL | 27.34º | 0.41% | 0.62% | - |
| HSV(B) | 27.34º | 0.4% | 0.77% | - |
| XYZ | 37.85 | 36.29 | 22.15 | - |
| YUV | 162.75 | 102.75 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 118 | 0 | 0.22 | 0.40 | 0.23 | 27.34 | 0.41 | 0.62 |
| Hex | C5 | 9A | 76 | 0 | 16 | 28 | 17 | 1B | 29 | 3E |
| Octal | 305 | 232 | 166 | 0 | 26 | 50 | 27 | 33 | 51 | 76 |
| Binary | 11000101 | 10011010 | 1110110 | 0 | 10110 | 101000 | 10111 | 11011 | 101001 | 111110 |
Color Harmonies of #C59A76
Complementary color
Monochromatic Colors of #C59A76
Black with #C59A76
Text Example
Text Example
White with #C59A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A76; }
p { color: rgb(197,154,118); }
H1.HeaderClassName
{
color: #C59A76;
}
.AnyTagClassName
{
color: #C59A76;
}
</style>
background-color css
<style>
a { background-color: #C59A76; }
a { background-color: rgb(197,154,118); }
div.DivClassName
{
background-color: #C59A76;
}
.BgClassName
{
background-color: #C59A76;
}
</style>
border-color css
<style>
span { border-color: #C59A76; }
span { border-color: rgb(197,154,118); }
td.TdClassName
{
border-color: #C59A76;
}
.TagClassName
{
border-color: #C59A76;
}
</style>