Shades of Pale Taupe #C49A7D
Tints of Pale Taupe #C49A7D
RGB
CMYK
RGB Variations
Color information
#C49A7D (or 0xC49A7D) is known color: Pale Taupe. HEX triplet: C4, 9A and 7D. RGB value is (196,154,125). Sum of RGB (Red+Green+Blue) = 196+154+125=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 154 (60.55% from 255 or 32.42% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A7D is #3B6582. Grayscale: #A3A3A3. Windows color (decimal): -3892611 or 8231620. OLE color: 8231620.
HSL color Cylindrical-coordinate representation of color #C49A7D: hue angle of 24.51º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C49A7D is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 125 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.23 |
| HSL | 24.51º | 0.38% | 0.63% | - |
| HSV(B) | 24.51º | 0.36% | 0.77% | - |
| XYZ | 38.02 | 36.33 | 24.41 | - |
| YUV | 163.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 125 | 0 | 0.21 | 0.36 | 0.23 | 24.51 | 0.38 | 0.63 |
| Hex | C4 | 9A | 7D | 0 | 15 | 24 | 17 | 19 | 26 | 3F |
| Octal | 304 | 232 | 175 | 0 | 25 | 44 | 27 | 31 | 46 | 77 |
| Binary | 11000100 | 10011010 | 1111101 | 0 | 10101 | 100100 | 10111 | 11001 | 100110 | 111111 |
Color Harmonies of #C49A7D
Complementary color
Monochromatic Colors of #C49A7D
Black with #C49A7D
Text Example
Text Example
White with #C49A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A7D; }
p { color: rgb(196,154,125); }
H1.HeaderClassName
{
color: #C49A7D;
}
.AnyTagClassName
{
color: #C49A7D;
}
</style>
background-color css
<style>
a { background-color: #C49A7D; }
a { background-color: rgb(196,154,125); }
div.DivClassName
{
background-color: #C49A7D;
}
.BgClassName
{
background-color: #C49A7D;
}
</style>
border-color css
<style>
span { border-color: #C49A7D; }
span { border-color: rgb(196,154,125); }
td.TdClassName
{
border-color: #C49A7D;
}
.TagClassName
{
border-color: #C49A7D;
}
</style>