Shades of Pale Taupe #C59573
Tints of Pale Taupe #C59573
RGB
CMYK
RGB Variations
Color information
#C59573 (or 0xC59573) is known color: Pale Taupe. HEX triplet: C5, 95 and 73. RGB value is (197,149,115). Sum of RGB (Red+Green+Blue) = 197+149+115=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C59573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59573 is #3A6A8C. Grayscale: #9F9F9F. Windows color (decimal): -3828365 or 7574981. OLE color: 7574981.
HSL color Cylindrical-coordinate representation of color #C59573: hue angle of 24.88º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C59573 is Cyan = 0, Magento = 0.24, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 115 | - |
| CMYK | 0 | 0.24 | 0.42 | 0.23 |
| HSL | 24.88º | 0.41% | 0.61% | - |
| HSV(B) | 24.88º | 0.42% | 0.77% | - |
| XYZ | 36.87 | 34.6 | 20.96 | - |
| YUV | 159.48 | 102.9 | 154.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 115 | 0 | 0.24 | 0.42 | 0.23 | 24.88 | 0.41 | 0.61 |
| Hex | C5 | 95 | 73 | 0 | 18 | 2A | 17 | 19 | 29 | 3D |
| Octal | 305 | 225 | 163 | 0 | 30 | 52 | 27 | 31 | 51 | 75 |
| Binary | 11000101 | 10010101 | 1110011 | 0 | 11000 | 101010 | 10111 | 11001 | 101001 | 111101 |
Color Harmonies of #C59573
Complementary color
Monochromatic Colors of #C59573
Black with #C59573
Text Example
Text Example
White with #C59573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59573; }
p { color: rgb(197,149,115); }
H1.HeaderClassName
{
color: #C59573;
}
.AnyTagClassName
{
color: #C59573;
}
</style>
background-color css
<style>
a { background-color: #C59573; }
a { background-color: rgb(197,149,115); }
div.DivClassName
{
background-color: #C59573;
}
.BgClassName
{
background-color: #C59573;
}
</style>
border-color css
<style>
span { border-color: #C59573; }
span { border-color: rgb(197,149,115); }
td.TdClassName
{
border-color: #C59573;
}
.TagClassName
{
border-color: #C59573;
}
</style>