Shades of Pale Taupe #C49374
Tints of Pale Taupe #C49374
RGB
CMYK
RGB Variations
Color information
#C49374 (or 0xC49374) is known color: Pale Taupe. HEX triplet: C4, 93 and 74. RGB value is (196,147,116). Sum of RGB (Red+Green+Blue) = 196+147+116=459 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.70% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 116 (45.70% from 255 or 25.27% from 459); Max value from RGB is 196 - color contains mainly: red. Hex color #C49374 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49374 is #3B6C8B. Grayscale: #9E9E9E. Windows color (decimal): -3894412 or 7640004. OLE color: 7640004.
HSL color Cylindrical-coordinate representation of color #C49374: hue angle of 23.25º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C49374 is Cyan = 0, Magento = 0.25, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 116 | - |
| CMYK | 0 | 0.25 | 0.41 | 0.23 |
| HSL | 23.25º | 0.4% | 0.61% | - |
| HSV(B) | 23.25º | 0.41% | 0.77% | - |
| XYZ | 36.35 | 33.86 | 21.14 | - |
| YUV | 158.12 | 104.23 | 155.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 116 | 0 | 0.25 | 0.41 | 0.23 | 23.25 | 0.4 | 0.61 |
| Hex | C4 | 93 | 74 | 0 | 19 | 29 | 17 | 17 | 28 | 3D |
| Octal | 304 | 223 | 164 | 0 | 31 | 51 | 27 | 27 | 50 | 75 |
| Binary | 11000100 | 10010011 | 1110100 | 0 | 11001 | 101001 | 10111 | 10111 | 101000 | 111101 |
Color Harmonies of #C49374
Complementary color
Monochromatic Colors of #C49374
Black with #C49374
Text Example
Text Example
White with #C49374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49374; }
p { color: rgb(196,147,116); }
H1.HeaderClassName
{
color: #C49374;
}
.AnyTagClassName
{
color: #C49374;
}
</style>
background-color css
<style>
a { background-color: #C49374; }
a { background-color: rgb(196,147,116); }
div.DivClassName
{
background-color: #C49374;
}
.BgClassName
{
background-color: #C49374;
}
</style>
border-color css
<style>
span { border-color: #C49374; }
span { border-color: rgb(196,147,116); }
td.TdClassName
{
border-color: #C49374;
}
.TagClassName
{
border-color: #C49374;
}
</style>