Shades of Pale Taupe #C49676
Tints of Pale Taupe #C49676
RGB
CMYK
RGB Variations
Color information
#C49676 (or 0xC49676) is known color: Pale Taupe. HEX triplet: C4, 96 and 76. RGB value is (196,150,118). Sum of RGB (Red+Green+Blue) = 196+150+118=464 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.24% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 196 - color contains mainly: red. Hex color #C49676 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49676 is #3B6989. Grayscale: #A0A0A0. Windows color (decimal): -3893642 or 7771844. OLE color: 7771844.
HSL color Cylindrical-coordinate representation of color #C49676: hue angle of 24.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C49676 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 118 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.23 |
| HSL | 24.62º | 0.4% | 0.62% | - |
| HSV(B) | 24.62º | 0.4% | 0.77% | - |
| XYZ | 36.94 | 34.86 | 21.92 | - |
| YUV | 160.11 | 104.24 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 118 | 0 | 0.23 | 0.40 | 0.23 | 24.62 | 0.4 | 0.62 |
| Hex | C4 | 96 | 76 | 0 | 17 | 28 | 17 | 19 | 28 | 3E |
| Octal | 304 | 226 | 166 | 0 | 27 | 50 | 27 | 31 | 50 | 76 |
| Binary | 11000100 | 10010110 | 1110110 | 0 | 10111 | 101000 | 10111 | 11001 | 101000 | 111110 |
Color Harmonies of #C49676
Complementary color
Monochromatic Colors of #C49676
Black with #C49676
Text Example
Text Example
White with #C49676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49676; }
p { color: rgb(196,150,118); }
H1.HeaderClassName
{
color: #C49676;
}
.AnyTagClassName
{
color: #C49676;
}
</style>
background-color css
<style>
a { background-color: #C49676; }
a { background-color: rgb(196,150,118); }
div.DivClassName
{
background-color: #C49676;
}
.BgClassName
{
background-color: #C49676;
}
</style>
border-color css
<style>
span { border-color: #C49676; }
span { border-color: rgb(196,150,118); }
td.TdClassName
{
border-color: #C49676;
}
.TagClassName
{
border-color: #C49676;
}
</style>