Shades of Pale Taupe #C49983
Tints of Pale Taupe #C49983
RGB
CMYK
RGB Variations
Color information
#C49983 (or 0xC49983) is known color: Pale Taupe. HEX triplet: C4, 99 and 83. RGB value is (196,153,131). Sum of RGB (Red+Green+Blue) = 196+153+131=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 153 (60.16% from 255 or 31.88% from 480); Blue value is 131 (51.56% from 255 or 27.29% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C49983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49983 is #3B667C. Grayscale: #A3A3A3. Windows color (decimal): -3892861 or 8624580. OLE color: 8624580.
HSL color Cylindrical-coordinate representation of color #C49983: hue angle of 20.31º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C49983 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 131 | - |
| CMYK | 0 | 0.22 | 0.33 | 0.23 |
| HSL | 20.31º | 0.36% | 0.64% | - |
| HSV(B) | 20.31º | 0.33% | 0.77% | - |
| XYZ | 38.25 | 36.16 | 26.44 | - |
| YUV | 163.35 | 109.75 | 151.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 131 | 0 | 0.22 | 0.33 | 0.23 | 20.31 | 0.36 | 0.64 |
| Hex | C4 | 99 | 83 | 0 | 16 | 21 | 17 | 14 | 24 | 40 |
| Octal | 304 | 231 | 203 | 0 | 26 | 41 | 27 | 24 | 44 | 100 |
| Binary | 11000100 | 10011001 | 10000011 | 0 | 10110 | 100001 | 10111 | 10100 | 100100 | 1000000 |
Color Harmonies of #C49983
Complementary color
Monochromatic Colors of #C49983
Black with #C49983
Text Example
Text Example
White with #C49983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49983; }
p { color: rgb(196,153,131); }
H1.HeaderClassName
{
color: #C49983;
}
.AnyTagClassName
{
color: #C49983;
}
</style>
background-color css
<style>
a { background-color: #C49983; }
a { background-color: rgb(196,153,131); }
div.DivClassName
{
background-color: #C49983;
}
.BgClassName
{
background-color: #C49983;
}
</style>
border-color css
<style>
span { border-color: #C49983; }
span { border-color: rgb(196,153,131); }
td.TdClassName
{
border-color: #C49983;
}
.TagClassName
{
border-color: #C49983;
}
</style>