Shades of Pale Taupe #C4957A
Tints of Pale Taupe #C4957A
RGB
CMYK
RGB Variations
Color information
#C4957A (or 0xC4957A) is known color: Pale Taupe. HEX triplet: C4, 95 and 7A. RGB value is (196,149,122). Sum of RGB (Red+Green+Blue) = 196+149+122=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4957A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4957A is #3B6A85. Grayscale: #A0A0A0. Windows color (decimal): -3893894 or 8033732. OLE color: 8033732.
HSL color Cylindrical-coordinate representation of color #C4957A: hue angle of 21.89º 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 #C4957A is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 122 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.23 |
| HSL | 21.89º | 0.39% | 0.62% | - |
| HSV(B) | 21.89º | 0.38% | 0.77% | - |
| XYZ | 37.03 | 34.64 | 23.15 | - |
| YUV | 159.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 122 | 0 | 0.24 | 0.38 | 0.23 | 21.89 | 0.39 | 0.62 |
| Hex | C4 | 95 | 7A | 0 | 18 | 26 | 17 | 16 | 27 | 3E |
| Octal | 304 | 225 | 172 | 0 | 30 | 46 | 27 | 26 | 47 | 76 |
| Binary | 11000100 | 10010101 | 1111010 | 0 | 11000 | 100110 | 10111 | 10110 | 100111 | 111110 |
Color Harmonies of #C4957A
Complementary color
Monochromatic Colors of #C4957A
Black with #C4957A
Text Example
Text Example
White with #C4957A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4957A; }
p { color: rgb(196,149,122); }
H1.HeaderClassName
{
color: #C4957A;
}
.AnyTagClassName
{
color: #C4957A;
}
</style>
background-color css
<style>
a { background-color: #C4957A; }
a { background-color: rgb(196,149,122); }
div.DivClassName
{
background-color: #C4957A;
}
.BgClassName
{
background-color: #C4957A;
}
</style>
border-color css
<style>
span { border-color: #C4957A; }
span { border-color: rgb(196,149,122); }
td.TdClassName
{
border-color: #C4957A;
}
.TagClassName
{
border-color: #C4957A;
}
</style>