Shades of Pale Taupe #C49573
Tints of Pale Taupe #C49573
RGB
CMYK
RGB Variations
Color information
#C49573 (or 0xC49573) is known color: Pale Taupe. HEX triplet: C4, 95 and 73. RGB value is (196,149,115). Sum of RGB (Red+Green+Blue) = 196+149+115=460 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.61% from 460); Green value is 149 (58.59% from 255 or 32.39% from 460); Blue value is 115 (45.31% from 255 or 25% from 460); Max value from RGB is 196 - color contains mainly: red. Hex color #C49573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49573 is #3B6A8C. Grayscale: #9F9F9F. Windows color (decimal): -3893901 or 7574980. OLE color: 7574980.
HSL color Cylindrical-coordinate representation of color #C49573: hue angle of 25.19º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49573 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 115 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.23 |
| HSL | 25.19º | 0.41% | 0.61% | - |
| HSV(B) | 25.19º | 0.41% | 0.77% | - |
| XYZ | 36.61 | 34.47 | 20.94 | - |
| YUV | 159.18 | 103.07 | 154.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 115 | 0 | 0.24 | 0.41 | 0.23 | 25.19 | 0.41 | 0.61 |
| Hex | C4 | 95 | 73 | 0 | 18 | 29 | 17 | 19 | 29 | 3D |
| Octal | 304 | 225 | 163 | 0 | 30 | 51 | 27 | 31 | 51 | 75 |
| Binary | 11000100 | 10010101 | 1110011 | 0 | 11000 | 101001 | 10111 | 11001 | 101001 | 111101 |
Color Harmonies of #C49573
Complementary color
Monochromatic Colors of #C49573
Black with #C49573
Text Example
Text Example
White with #C49573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49573; }
p { color: rgb(196,149,115); }
H1.HeaderClassName
{
color: #C49573;
}
.AnyTagClassName
{
color: #C49573;
}
</style>
background-color css
<style>
a { background-color: #C49573; }
a { background-color: rgb(196,149,115); }
div.DivClassName
{
background-color: #C49573;
}
.BgClassName
{
background-color: #C49573;
}
</style>
border-color css
<style>
span { border-color: #C49573; }
span { border-color: rgb(196,149,115); }
td.TdClassName
{
border-color: #C49573;
}
.TagClassName
{
border-color: #C49573;
}
</style>