Shades of Pale Taupe #C59979
Tints of Pale Taupe #C59979
RGB
CMYK
RGB Variations
Color information
#C59979 (or 0xC59979) is known color: Pale Taupe. HEX triplet: C5, 99 and 79. RGB value is (197,153,121). Sum of RGB (Red+Green+Blue) = 197+153+121=471 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.83% from 471); Green value is 153 (60.16% from 255 or 32.48% from 471); Blue value is 121 (47.66% from 255 or 25.69% from 471); Max value from RGB is 197 - color contains mainly: red. Hex color #C59979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59979 is #3A6686. Grayscale: #A2A2A2. Windows color (decimal): -3827335 or 7969221. OLE color: 7969221.
HSL color Cylindrical-coordinate representation of color #C59979: hue angle of 25.26º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59979 is Cyan = 0, Magento = 0.22, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 121 | - |
| CMYK | 0 | 0.22 | 0.39 | 0.23 |
| HSL | 25.26º | 0.4% | 0.62% | - |
| HSV(B) | 25.26º | 0.39% | 0.77% | - |
| XYZ | 37.87 | 36.03 | 23.05 | - |
| YUV | 162.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 121 | 0 | 0.22 | 0.39 | 0.23 | 25.26 | 0.4 | 0.62 |
| Hex | C5 | 99 | 79 | 0 | 16 | 27 | 17 | 19 | 28 | 3E |
| Octal | 305 | 231 | 171 | 0 | 26 | 47 | 27 | 31 | 50 | 76 |
| Binary | 11000101 | 10011001 | 1111001 | 0 | 10110 | 100111 | 10111 | 11001 | 101000 | 111110 |
Color Harmonies of #C59979
Complementary color
Monochromatic Colors of #C59979
Black with #C59979
Text Example
Text Example
White with #C59979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59979; }
p { color: rgb(197,153,121); }
H1.HeaderClassName
{
color: #C59979;
}
.AnyTagClassName
{
color: #C59979;
}
</style>
background-color css
<style>
a { background-color: #C59979; }
a { background-color: rgb(197,153,121); }
div.DivClassName
{
background-color: #C59979;
}
.BgClassName
{
background-color: #C59979;
}
</style>
border-color css
<style>
span { border-color: #C59979; }
span { border-color: rgb(197,153,121); }
td.TdClassName
{
border-color: #C59979;
}
.TagClassName
{
border-color: #C59979;
}
</style>