Shades of Pale Taupe #C49377
Tints of Pale Taupe #C49377
RGB
CMYK
RGB Variations
Color information
#C49377 (or 0xC49377) is known color: Pale Taupe. HEX triplet: C4, 93 and 77. RGB value is (196,147,119). Sum of RGB (Red+Green+Blue) = 196+147+119=462 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.42% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 119 (46.88% from 255 or 25.76% from 462); Max value from RGB is 196 - color contains mainly: red. Hex color #C49377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49377 is #3B6C88. Grayscale: #9E9E9E. Windows color (decimal): -3894409 or 7836612. OLE color: 7836612.
HSL color Cylindrical-coordinate representation of color #C49377: hue angle of 21.82º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C49377 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 119 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.23 |
| HSL | 21.82º | 0.39% | 0.62% | - |
| HSV(B) | 21.82º | 0.39% | 0.77% | - |
| XYZ | 36.53 | 33.94 | 22.08 | - |
| YUV | 158.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 119 | 0 | 0.25 | 0.39 | 0.23 | 21.82 | 0.39 | 0.62 |
| Hex | C4 | 93 | 77 | 0 | 19 | 27 | 17 | 16 | 27 | 3E |
| Octal | 304 | 223 | 167 | 0 | 31 | 47 | 27 | 26 | 47 | 76 |
| Binary | 11000100 | 10010011 | 1110111 | 0 | 11001 | 100111 | 10111 | 10110 | 100111 | 111110 |
Color Harmonies of #C49377
Complementary color
Monochromatic Colors of #C49377
Black with #C49377
Text Example
Text Example
White with #C49377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49377; }
p { color: rgb(196,147,119); }
H1.HeaderClassName
{
color: #C49377;
}
.AnyTagClassName
{
color: #C49377;
}
</style>
background-color css
<style>
a { background-color: #C49377; }
a { background-color: rgb(196,147,119); }
div.DivClassName
{
background-color: #C49377;
}
.BgClassName
{
background-color: #C49377;
}
</style>
border-color css
<style>
span { border-color: #C49377; }
span { border-color: rgb(196,147,119); }
td.TdClassName
{
border-color: #C49377;
}
.TagClassName
{
border-color: #C49377;
}
</style>