Shades of Pale Taupe #C49B7C
Tints of Pale Taupe #C49B7C
RGB
CMYK
RGB Variations
Color information
#C49B7C (or 0xC49B7C) is known color: Pale Taupe. HEX triplet: C4, 9B and 7C. RGB value is (196,155,124). Sum of RGB (Red+Green+Blue) = 196+155+124=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B7C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49B7C is #3B6483. Grayscale: #A3A3A3. Windows color (decimal): -3892356 or 8166340. OLE color: 8166340.
HSL color Cylindrical-coordinate representation of color #C49B7C: hue angle of 25.83º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C49B7C is Cyan = 0, Magento = 0.21, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 124 | - |
| CMYK | 0 | 0.21 | 0.37 | 0.23 |
| HSL | 25.83º | 0.38% | 0.63% | - |
| HSV(B) | 25.83º | 0.37% | 0.77% | - |
| XYZ | 38.12 | 36.63 | 24.13 | - |
| YUV | 163.73 | 105.58 | 151.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 124 | 0 | 0.21 | 0.37 | 0.23 | 25.83 | 0.38 | 0.63 |
| Hex | C4 | 9B | 7C | 0 | 15 | 25 | 17 | 1A | 26 | 3F |
| Octal | 304 | 233 | 174 | 0 | 25 | 45 | 27 | 32 | 46 | 77 |
| Binary | 11000100 | 10011011 | 1111100 | 0 | 10101 | 100101 | 10111 | 11010 | 100110 | 111111 |
Color Harmonies of #C49B7C
Complementary color
Monochromatic Colors of #C49B7C
Black with #C49B7C
Text Example
Text Example
White with #C49B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B7C; }
p { color: rgb(196,155,124); }
H1.HeaderClassName
{
color: #C49B7C;
}
.AnyTagClassName
{
color: #C49B7C;
}
</style>
background-color css
<style>
a { background-color: #C49B7C; }
a { background-color: rgb(196,155,124); }
div.DivClassName
{
background-color: #C49B7C;
}
.BgClassName
{
background-color: #C49B7C;
}
</style>
border-color css
<style>
span { border-color: #C49B7C; }
span { border-color: rgb(196,155,124); }
td.TdClassName
{
border-color: #C49B7C;
}
.TagClassName
{
border-color: #C49B7C;
}
</style>