Shades of Pale Taupe #C49B7A
Tints of Pale Taupe #C49B7A
RGB
CMYK
RGB Variations
Color information
#C49B7A (or 0xC49B7A) is known color: Pale Taupe. HEX triplet: C4, 9B and 7A. RGB value is (196,155,122). Sum of RGB (Red+Green+Blue) = 196+155+122=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B7A is #3B6485. Grayscale: #A3A3A3. Windows color (decimal): -3892358 or 8035268. OLE color: 8035268.
HSL color Cylindrical-coordinate representation of color #C49B7A: hue angle of 26.76º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C49B7A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 122 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.23 |
| HSL | 26.76º | 0.39% | 0.62% | - |
| HSV(B) | 26.76º | 0.38% | 0.77% | - |
| XYZ | 38 | 36.58 | 23.47 | - |
| YUV | 163.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 122 | 0 | 0.21 | 0.38 | 0.23 | 26.76 | 0.39 | 0.62 |
| Hex | C4 | 9B | 7A | 0 | 15 | 26 | 17 | 1B | 27 | 3E |
| Octal | 304 | 233 | 172 | 0 | 25 | 46 | 27 | 33 | 47 | 76 |
| Binary | 11000100 | 10011011 | 1111010 | 0 | 10101 | 100110 | 10111 | 11011 | 100111 | 111110 |
Color Harmonies of #C49B7A
Complementary color
Monochromatic Colors of #C49B7A
Black with #C49B7A
Text Example
Text Example
White with #C49B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B7A; }
p { color: rgb(196,155,122); }
H1.HeaderClassName
{
color: #C49B7A;
}
.AnyTagClassName
{
color: #C49B7A;
}
</style>
background-color css
<style>
a { background-color: #C49B7A; }
a { background-color: rgb(196,155,122); }
div.DivClassName
{
background-color: #C49B7A;
}
.BgClassName
{
background-color: #C49B7A;
}
</style>
border-color css
<style>
span { border-color: #C49B7A; }
span { border-color: rgb(196,155,122); }
td.TdClassName
{
border-color: #C49B7A;
}
.TagClassName
{
border-color: #C49B7A;
}
</style>