Shades of Pale Taupe #C49C80
Tints of Pale Taupe #C49C80
RGB
CMYK
RGB Variations
Color information
#C49C80 (or 0xC49C80) is known color: Pale Taupe. HEX triplet: C4, 9C and 80. RGB value is (196,156,128). Sum of RGB (Red+Green+Blue) = 196+156+128=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49C80 is #3B637F. Grayscale: #A4A4A4. Windows color (decimal): -3892096 or 8428740. OLE color: 8428740.
HSL color Cylindrical-coordinate representation of color #C49C80: hue angle of 24.71º 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 #C49C80 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 128 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.23 |
| HSL | 24.71º | 0.37% | 0.64% | - |
| HSV(B) | 24.71º | 0.35% | 0.77% | - |
| XYZ | 38.55 | 37.07 | 25.55 | - |
| YUV | 164.77 | 107.25 | 150.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 128 | 0 | 0.20 | 0.35 | 0.23 | 24.71 | 0.37 | 0.64 |
| Hex | C4 | 9C | 80 | 0 | 14 | 23 | 17 | 19 | 25 | 40 |
| Octal | 304 | 234 | 200 | 0 | 24 | 43 | 27 | 31 | 45 | 100 |
| Binary | 11000100 | 10011100 | 10000000 | 0 | 10100 | 100011 | 10111 | 11001 | 100101 | 1000000 |
Color Harmonies of #C49C80
Complementary color
Monochromatic Colors of #C49C80
Black with #C49C80
Text Example
Text Example
White with #C49C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C80; }
p { color: rgb(196,156,128); }
H1.HeaderClassName
{
color: #C49C80;
}
.AnyTagClassName
{
color: #C49C80;
}
</style>
background-color css
<style>
a { background-color: #C49C80; }
a { background-color: rgb(196,156,128); }
div.DivClassName
{
background-color: #C49C80;
}
.BgClassName
{
background-color: #C49C80;
}
</style>
border-color css
<style>
span { border-color: #C49C80; }
span { border-color: rgb(196,156,128); }
td.TdClassName
{
border-color: #C49C80;
}
.TagClassName
{
border-color: #C49C80;
}
</style>