Shades of Pale Taupe #C49875
Tints of Pale Taupe #C49875
RGB
CMYK
RGB Variations
Color information
#C49875 (or 0xC49875) is known color: Pale Taupe. HEX triplet: C4, 98 and 75. RGB value is (196,152,117). Sum of RGB (Red+Green+Blue) = 196+152+117=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 152 (59.77% from 255 or 32.69% from 465); Blue value is 117 (46.09% from 255 or 25.16% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C49875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49875 is #3B678A. Grayscale: #A1A1A1. Windows color (decimal): -3893131 or 7706820. OLE color: 7706820.
HSL color Cylindrical-coordinate representation of color #C49875: hue angle of 26.58º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C49875 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 152 | 117 | - |
| CMYK | 0 | 0.22 | 0.40 | 0.23 |
| HSL | 26.58º | 0.4% | 0.61% | - |
| HSV(B) | 26.58º | 0.4% | 0.77% | - |
| XYZ | 37.2 | 35.48 | 21.72 | - |
| YUV | 161.17 | 103.08 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 152 | 117 | 0 | 0.22 | 0.40 | 0.23 | 26.58 | 0.4 | 0.61 |
| Hex | C4 | 98 | 75 | 0 | 16 | 28 | 17 | 1B | 28 | 3D |
| Octal | 304 | 230 | 165 | 0 | 26 | 50 | 27 | 33 | 50 | 75 |
| Binary | 11000100 | 10011000 | 1110101 | 0 | 10110 | 101000 | 10111 | 11011 | 101000 | 111101 |
Color Harmonies of #C49875
Complementary color
Monochromatic Colors of #C49875
Black with #C49875
Text Example
Text Example
White with #C49875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49875; }
p { color: rgb(196,152,117); }
H1.HeaderClassName
{
color: #C49875;
}
.AnyTagClassName
{
color: #C49875;
}
</style>
background-color css
<style>
a { background-color: #C49875; }
a { background-color: rgb(196,152,117); }
div.DivClassName
{
background-color: #C49875;
}
.BgClassName
{
background-color: #C49875;
}
</style>
border-color css
<style>
span { border-color: #C49875; }
span { border-color: rgb(196,152,117); }
td.TdClassName
{
border-color: #C49875;
}
.TagClassName
{
border-color: #C49875;
}
</style>