Shades of Pale Taupe #C4937A
Tints of Pale Taupe #C4937A
RGB
CMYK
RGB Variations
Color information
#C4937A (or 0xC4937A) is known color: Pale Taupe. HEX triplet: C4, 93 and 7A. RGB value is (196,147,122). Sum of RGB (Red+Green+Blue) = 196+147+122=465 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.15% from 465); Green value is 147 (57.81% from 255 or 31.61% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 196 - color contains mainly: red. Hex color #C4937A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4937A is #3B6C85. Grayscale: #9E9E9E. Windows color (decimal): -3894406 or 8033220. OLE color: 8033220.
HSL color Cylindrical-coordinate representation of color #C4937A: hue angle of 20.27º 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 #C4937A is Cyan = 0, Magento = 0.25, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 147 | 122 | - |
| CMYK | 0 | 0.25 | 0.38 | 0.23 |
| HSL | 20.27º | 0.39% | 0.62% | - |
| HSV(B) | 20.27º | 0.38% | 0.77% | - |
| XYZ | 36.71 | 34.01 | 23.04 | - |
| YUV | 158.8 | 107.23 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 147 | 122 | 0 | 0.25 | 0.38 | 0.23 | 20.27 | 0.39 | 0.62 |
| Hex | C4 | 93 | 7A | 0 | 19 | 26 | 17 | 14 | 27 | 3E |
| Octal | 304 | 223 | 172 | 0 | 31 | 46 | 27 | 24 | 47 | 76 |
| Binary | 11000100 | 10010011 | 1111010 | 0 | 11001 | 100110 | 10111 | 10100 | 100111 | 111110 |
Color Harmonies of #C4937A
Complementary color
Monochromatic Colors of #C4937A
Black with #C4937A
Text Example
Text Example
White with #C4937A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4937A; }
p { color: rgb(196,147,122); }
H1.HeaderClassName
{
color: #C4937A;
}
.AnyTagClassName
{
color: #C4937A;
}
</style>
background-color css
<style>
a { background-color: #C4937A; }
a { background-color: rgb(196,147,122); }
div.DivClassName
{
background-color: #C4937A;
}
.BgClassName
{
background-color: #C4937A;
}
</style>
border-color css
<style>
span { border-color: #C4937A; }
span { border-color: rgb(196,147,122); }
td.TdClassName
{
border-color: #C4937A;
}
.TagClassName
{
border-color: #C4937A;
}
</style>