Shades of Pale Taupe #C49780
Tints of Pale Taupe #C49780
RGB
CMYK
RGB Variations
Color information
#C49780 (or 0xC49780) is known color: Pale Taupe. HEX triplet: C4, 97 and 80. RGB value is (196,151,128). Sum of RGB (Red+Green+Blue) = 196+151+128=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 128 (50.39% from 255 or 26.95% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49780 is #3B687F. Grayscale: #A1A1A1. Windows color (decimal): -3893376 or 8427460. OLE color: 8427460.
HSL color Cylindrical-coordinate representation of color #C49780: hue angle of 20.29º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C49780 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 128 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.23 |
| HSL | 20.29º | 0.37% | 0.64% | - |
| HSV(B) | 20.29º | 0.35% | 0.77% | - |
| XYZ | 37.73 | 35.43 | 25.27 | - |
| YUV | 161.83 | 108.91 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 128 | 0 | 0.23 | 0.35 | 0.23 | 20.29 | 0.37 | 0.64 |
| Hex | C4 | 97 | 80 | 0 | 17 | 23 | 17 | 14 | 25 | 40 |
| Octal | 304 | 227 | 200 | 0 | 27 | 43 | 27 | 24 | 45 | 100 |
| Binary | 11000100 | 10010111 | 10000000 | 0 | 10111 | 100011 | 10111 | 10100 | 100101 | 1000000 |
Color Harmonies of #C49780
Complementary color
Monochromatic Colors of #C49780
Black with #C49780
Text Example
Text Example
White with #C49780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49780; }
p { color: rgb(196,151,128); }
H1.HeaderClassName
{
color: #C49780;
}
.AnyTagClassName
{
color: #C49780;
}
</style>
background-color css
<style>
a { background-color: #C49780; }
a { background-color: rgb(196,151,128); }
div.DivClassName
{
background-color: #C49780;
}
.BgClassName
{
background-color: #C49780;
}
</style>
border-color css
<style>
span { border-color: #C49780; }
span { border-color: rgb(196,151,128); }
td.TdClassName
{
border-color: #C49780;
}
.TagClassName
{
border-color: #C49780;
}
</style>