Shades of Pale Taupe #C49B80
Tints of Pale Taupe #C49B80
RGB
CMYK
RGB Variations
Color information
#C49B80 (or 0xC49B80) is known color: Pale Taupe. HEX triplet: C4, 9B and 80. RGB value is (196,155,128). Sum of RGB (Red+Green+Blue) = 196+155+128=479 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.92% from 479); Green value is 155 (60.94% from 255 or 32.36% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49B80 is #3B647F. Grayscale: #A4A4A4. Windows color (decimal): -3892352 or 8428484. OLE color: 8428484.
HSL color Cylindrical-coordinate representation of color #C49B80: hue angle of 23.82º 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 #C49B80 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 128 | - |
| CMYK | 0 | 0.21 | 0.35 | 0.23 |
| HSL | 23.82º | 0.37% | 0.64% | - |
| HSV(B) | 23.82º | 0.35% | 0.77% | - |
| XYZ | 38.38 | 36.74 | 25.49 | - |
| YUV | 164.18 | 107.58 | 150.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 128 | 0 | 0.21 | 0.35 | 0.23 | 23.82 | 0.37 | 0.64 |
| Hex | C4 | 9B | 80 | 0 | 15 | 23 | 17 | 18 | 25 | 40 |
| Octal | 304 | 233 | 200 | 0 | 25 | 43 | 27 | 30 | 45 | 100 |
| Binary | 11000100 | 10011011 | 10000000 | 0 | 10101 | 100011 | 10111 | 11000 | 100101 | 1000000 |
Color Harmonies of #C49B80
Complementary color
Monochromatic Colors of #C49B80
Black with #C49B80
Text Example
Text Example
White with #C49B80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B80; }
p { color: rgb(196,155,128); }
H1.HeaderClassName
{
color: #C49B80;
}
.AnyTagClassName
{
color: #C49B80;
}
</style>
background-color css
<style>
a { background-color: #C49B80; }
a { background-color: rgb(196,155,128); }
div.DivClassName
{
background-color: #C49B80;
}
.BgClassName
{
background-color: #C49B80;
}
</style>
border-color css
<style>
span { border-color: #C49B80; }
span { border-color: rgb(196,155,128); }
td.TdClassName
{
border-color: #C49B80;
}
.TagClassName
{
border-color: #C49B80;
}
</style>