Shades of Pale Taupe #C49574
Tints of Pale Taupe #C49574
RGB
CMYK
RGB Variations
Color information
#C49574 (or 0xC49574) is known color: Pale Taupe. HEX triplet: C4, 95 and 74. RGB value is (196,149,116). Sum of RGB (Red+Green+Blue) = 196+149+116=461 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.52% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 196 - color contains mainly: red. Hex color #C49574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49574 is #3B6A8B. Grayscale: #9F9F9F. Windows color (decimal): -3893900 or 7640516. OLE color: 7640516.
HSL color Cylindrical-coordinate representation of color #C49574: hue angle of 24.75º degrees, saturation: 0.4, 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 #C49574 is Cyan = 0, Magento = 0.24, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 116 | - |
| CMYK | 0 | 0.24 | 0.41 | 0.23 |
| HSL | 24.75º | 0.4% | 0.61% | - |
| HSV(B) | 24.75º | 0.41% | 0.77% | - |
| XYZ | 36.66 | 34.49 | 21.25 | - |
| YUV | 159.29 | 103.57 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 116 | 0 | 0.24 | 0.41 | 0.23 | 24.75 | 0.4 | 0.61 |
| Hex | C4 | 95 | 74 | 0 | 18 | 29 | 17 | 19 | 28 | 3D |
| Octal | 304 | 225 | 164 | 0 | 30 | 51 | 27 | 31 | 50 | 75 |
| Binary | 11000100 | 10010101 | 1110100 | 0 | 11000 | 101001 | 10111 | 11001 | 101000 | 111101 |
Color Harmonies of #C49574
Complementary color
Monochromatic Colors of #C49574
Black with #C49574
Text Example
Text Example
White with #C49574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49574; }
p { color: rgb(196,149,116); }
H1.HeaderClassName
{
color: #C49574;
}
.AnyTagClassName
{
color: #C49574;
}
</style>
background-color css
<style>
a { background-color: #C49574; }
a { background-color: rgb(196,149,116); }
div.DivClassName
{
background-color: #C49574;
}
.BgClassName
{
background-color: #C49574;
}
</style>
border-color css
<style>
span { border-color: #C49574; }
span { border-color: rgb(196,149,116); }
td.TdClassName
{
border-color: #C49574;
}
.TagClassName
{
border-color: #C49574;
}
</style>