Shades of Pale Taupe #C59A7E
Tints of Pale Taupe #C59A7E
RGB
CMYK
RGB Variations
Color information
#C59A7E (or 0xC59A7E) is known color: Pale Taupe. HEX triplet: C5, 9A and 7E. RGB value is (197,154,126). Sum of RGB (Red+Green+Blue) = 197+154+126=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 126 (49.61% from 255 or 26.42% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A7E is #3A6581. Grayscale: #A3A3A3. Windows color (decimal): -3827074 or 8297157. OLE color: 8297157.
HSL color Cylindrical-coordinate representation of color #C59A7E: hue angle of 23.66º 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 #C59A7E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 126 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.23 |
| HSL | 23.66º | 0.38% | 0.63% | - |
| HSV(B) | 23.66º | 0.36% | 0.77% | - |
| XYZ | 38.35 | 36.49 | 24.76 | - |
| YUV | 163.67 | 106.75 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 126 | 0 | 0.22 | 0.36 | 0.23 | 23.66 | 0.38 | 0.63 |
| Hex | C5 | 9A | 7E | 0 | 16 | 24 | 17 | 18 | 26 | 3F |
| Octal | 305 | 232 | 176 | 0 | 26 | 44 | 27 | 30 | 46 | 77 |
| Binary | 11000101 | 10011010 | 1111110 | 0 | 10110 | 100100 | 10111 | 11000 | 100110 | 111111 |
Color Harmonies of #C59A7E
Complementary color
Monochromatic Colors of #C59A7E
Black with #C59A7E
Text Example
Text Example
White with #C59A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A7E; }
p { color: rgb(197,154,126); }
H1.HeaderClassName
{
color: #C59A7E;
}
.AnyTagClassName
{
color: #C59A7E;
}
</style>
background-color css
<style>
a { background-color: #C59A7E; }
a { background-color: rgb(197,154,126); }
div.DivClassName
{
background-color: #C59A7E;
}
.BgClassName
{
background-color: #C59A7E;
}
</style>
border-color css
<style>
span { border-color: #C59A7E; }
span { border-color: rgb(197,154,126); }
td.TdClassName
{
border-color: #C59A7E;
}
.TagClassName
{
border-color: #C59A7E;
}
</style>