Shades of Pale Taupe #C49A7A
Tints of Pale Taupe #C49A7A
RGB
CMYK
RGB Variations
Color information
#C49A7A (or 0xC49A7A) is known color: Pale Taupe. HEX triplet: C4, 9A and 7A. RGB value is (196,154,122). Sum of RGB (Red+Green+Blue) = 196+154+122=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 154 (60.55% from 255 or 32.63% from 472); Blue value is 122 (48.05% from 255 or 25.85% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A7A is #3B6585. Grayscale: #A3A3A3. Windows color (decimal): -3892614 or 8035012. OLE color: 8035012.
HSL color Cylindrical-coordinate representation of color #C49A7A: hue angle of 25.95º 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 #C49A7A is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 154 | 122 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.23 |
| HSL | 25.95º | 0.39% | 0.62% | - |
| HSV(B) | 25.95º | 0.38% | 0.77% | - |
| XYZ | 37.83 | 36.25 | 23.42 | - |
| YUV | 162.91 | 104.91 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 154 | 122 | 0 | 0.21 | 0.38 | 0.23 | 25.95 | 0.39 | 0.62 |
| Hex | C4 | 9A | 7A | 0 | 15 | 26 | 17 | 1A | 27 | 3E |
| Octal | 304 | 232 | 172 | 0 | 25 | 46 | 27 | 32 | 47 | 76 |
| Binary | 11000100 | 10011010 | 1111010 | 0 | 10101 | 100110 | 10111 | 11010 | 100111 | 111110 |
Color Harmonies of #C49A7A
Complementary color
Monochromatic Colors of #C49A7A
Black with #C49A7A
Text Example
Text Example
White with #C49A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49A7A; }
p { color: rgb(196,154,122); }
H1.HeaderClassName
{
color: #C49A7A;
}
.AnyTagClassName
{
color: #C49A7A;
}
</style>
background-color css
<style>
a { background-color: #C49A7A; }
a { background-color: rgb(196,154,122); }
div.DivClassName
{
background-color: #C49A7A;
}
.BgClassName
{
background-color: #C49A7A;
}
</style>
border-color css
<style>
span { border-color: #C49A7A; }
span { border-color: rgb(196,154,122); }
td.TdClassName
{
border-color: #C49A7A;
}
.TagClassName
{
border-color: #C49A7A;
}
</style>