Shades of Pale Taupe #C5957E
Tints of Pale Taupe #C5957E
RGB
CMYK
RGB Variations
Color information
#C5957E (or 0xC5957E) is known color: Pale Taupe. HEX triplet: C5, 95 and 7E. RGB value is (197,149,126). Sum of RGB (Red+Green+Blue) = 197+149+126=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 126 (49.61% from 255 or 26.69% from 472); Max value from RGB is 197 - color contains mainly: red. Hex color #C5957E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5957E is #3A6A81. Grayscale: #A0A0A0. Windows color (decimal): -3828354 or 8295877. OLE color: 8295877.
HSL color Cylindrical-coordinate representation of color #C5957E: hue angle of 19.44º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C5957E is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 126 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.23 |
| HSL | 19.44º | 0.38% | 0.63% | - |
| HSV(B) | 19.44º | 0.36% | 0.77% | - |
| XYZ | 37.54 | 34.87 | 24.49 | - |
| YUV | 160.73 | 108.4 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 126 | 0 | 0.24 | 0.36 | 0.23 | 19.44 | 0.38 | 0.63 |
| Hex | C5 | 95 | 7E | 0 | 18 | 24 | 17 | 13 | 26 | 3F |
| Octal | 305 | 225 | 176 | 0 | 30 | 44 | 27 | 23 | 46 | 77 |
| Binary | 11000101 | 10010101 | 1111110 | 0 | 11000 | 100100 | 10111 | 10011 | 100110 | 111111 |
Color Harmonies of #C5957E
Complementary color
Monochromatic Colors of #C5957E
Black with #C5957E
Text Example
Text Example
White with #C5957E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5957E; }
p { color: rgb(197,149,126); }
H1.HeaderClassName
{
color: #C5957E;
}
.AnyTagClassName
{
color: #C5957E;
}
</style>
background-color css
<style>
a { background-color: #C5957E; }
a { background-color: rgb(197,149,126); }
div.DivClassName
{
background-color: #C5957E;
}
.BgClassName
{
background-color: #C5957E;
}
</style>
border-color css
<style>
span { border-color: #C5957E; }
span { border-color: rgb(197,149,126); }
td.TdClassName
{
border-color: #C5957E;
}
.TagClassName
{
border-color: #C5957E;
}
</style>