Shades of Pale Taupe #C5987E
Tints of Pale Taupe #C5987E
RGB
CMYK
RGB Variations
Color information
#C5987E (or 0xC5987E) is known color: Pale Taupe. HEX triplet: C5, 98 and 7E. RGB value is (197,152,126). Sum of RGB (Red+Green+Blue) = 197+152+126=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 152 (59.77% from 255 or 32% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5987E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5987E is #3A6781. Grayscale: #A2A2A2. Windows color (decimal): -3827586 or 8296645. OLE color: 8296645.
HSL color Cylindrical-coordinate representation of color #C5987E: hue angle of 21.97º 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 #C5987E is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 126 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.23 |
| HSL | 21.97º | 0.38% | 0.63% | - |
| HSV(B) | 21.97º | 0.36% | 0.77% | - |
| XYZ | 38.02 | 35.83 | 24.65 | - |
| YUV | 162.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 126 | 0 | 0.23 | 0.36 | 0.23 | 21.97 | 0.38 | 0.63 |
| Hex | C5 | 98 | 7E | 0 | 17 | 24 | 17 | 16 | 26 | 3F |
| Octal | 305 | 230 | 176 | 0 | 27 | 44 | 27 | 26 | 46 | 77 |
| Binary | 11000101 | 10011000 | 1111110 | 0 | 10111 | 100100 | 10111 | 10110 | 100110 | 111111 |
Color Harmonies of #C5987E
Complementary color
Monochromatic Colors of #C5987E
Black with #C5987E
Text Example
Text Example
White with #C5987E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5987E; }
p { color: rgb(197,152,126); }
H1.HeaderClassName
{
color: #C5987E;
}
.AnyTagClassName
{
color: #C5987E;
}
</style>
background-color css
<style>
a { background-color: #C5987E; }
a { background-color: rgb(197,152,126); }
div.DivClassName
{
background-color: #C5987E;
}
.BgClassName
{
background-color: #C5987E;
}
</style>
border-color css
<style>
span { border-color: #C5987E; }
span { border-color: rgb(197,152,126); }
td.TdClassName
{
border-color: #C5987E;
}
.TagClassName
{
border-color: #C5987E;
}
</style>