Shades of Pale Taupe #C49C7A
Tints of Pale Taupe #C49C7A
RGB
CMYK
RGB Variations
Color information
#C49C7A (or 0xC49C7A) is known color: Pale Taupe. HEX triplet: C4, 9C and 7A. RGB value is (196,156,122). Sum of RGB (Red+Green+Blue) = 196+156+122=474 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.35% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 122 (48.05% from 255 or 25.74% from 474); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C7A is #3B6385. Grayscale: #A4A4A4. Windows color (decimal): -3892102 or 8035524. OLE color: 8035524.
HSL color Cylindrical-coordinate representation of color #C49C7A: hue angle of 27.57º 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 #C49C7A is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 156 | 122 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.23 |
| HSL | 27.57º | 0.39% | 0.62% | - |
| HSV(B) | 27.57º | 0.38% | 0.77% | - |
| XYZ | 38.17 | 36.92 | 23.53 | - |
| YUV | 164.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 156 | 122 | 0 | 0.20 | 0.38 | 0.23 | 27.57 | 0.39 | 0.62 |
| Hex | C4 | 9C | 7A | 0 | 14 | 26 | 17 | 1C | 27 | 3E |
| Octal | 304 | 234 | 172 | 0 | 24 | 46 | 27 | 34 | 47 | 76 |
| Binary | 11000100 | 10011100 | 1111010 | 0 | 10100 | 100110 | 10111 | 11100 | 100111 | 111110 |
Color Harmonies of #C49C7A
Complementary color
Monochromatic Colors of #C49C7A
Black with #C49C7A
Text Example
Text Example
White with #C49C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49C7A; }
p { color: rgb(196,156,122); }
H1.HeaderClassName
{
color: #C49C7A;
}
.AnyTagClassName
{
color: #C49C7A;
}
</style>
background-color css
<style>
a { background-color: #C49C7A; }
a { background-color: rgb(196,156,122); }
div.DivClassName
{
background-color: #C49C7A;
}
.BgClassName
{
background-color: #C49C7A;
}
</style>
border-color css
<style>
span { border-color: #C49C7A; }
span { border-color: rgb(196,156,122); }
td.TdClassName
{
border-color: #C49C7A;
}
.TagClassName
{
border-color: #C49C7A;
}
</style>