Shades of Pale Taupe #C59575
Tints of Pale Taupe #C59575
RGB
CMYK
RGB Variations
Color information
#C59575 (or 0xC59575) is known color: Pale Taupe. HEX triplet: C5, 95 and 75. RGB value is (197,149,117). Sum of RGB (Red+Green+Blue) = 197+149+117=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C59575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59575 is #3A6A8A. Grayscale: #9F9F9F. Windows color (decimal): -3828363 or 7706053. OLE color: 7706053.
HSL color Cylindrical-coordinate representation of color #C59575: hue angle of 24º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C59575 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 117 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.23 |
| HSL | 24º | 0.41% | 0.62% | - |
| HSV(B) | 24º | 0.41% | 0.77% | - |
| XYZ | 36.98 | 34.65 | 21.57 | - |
| YUV | 159.7 | 103.9 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 117 | 0 | 0.24 | 0.41 | 0.23 | 24 | 0.41 | 0.62 |
| Hex | C5 | 95 | 75 | 0 | 18 | 29 | 17 | 18 | 29 | 3E |
| Octal | 305 | 225 | 165 | 0 | 30 | 51 | 27 | 30 | 51 | 76 |
| Binary | 11000101 | 10010101 | 1110101 | 0 | 11000 | 101001 | 10111 | 11000 | 101001 | 111110 |
Color Harmonies of #C59575
Complementary color
Monochromatic Colors of #C59575
Black with #C59575
Text Example
Text Example
White with #C59575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59575; }
p { color: rgb(197,149,117); }
H1.HeaderClassName
{
color: #C59575;
}
.AnyTagClassName
{
color: #C59575;
}
</style>
background-color css
<style>
a { background-color: #C59575; }
a { background-color: rgb(197,149,117); }
div.DivClassName
{
background-color: #C59575;
}
.BgClassName
{
background-color: #C59575;
}
</style>
border-color css
<style>
span { border-color: #C59575; }
span { border-color: rgb(197,149,117); }
td.TdClassName
{
border-color: #C59575;
}
.TagClassName
{
border-color: #C59575;
}
</style>