Shades of Pale Taupe #C59780
Tints of Pale Taupe #C59780
RGB
CMYK
RGB Variations
Color information
#C59780 (or 0xC59780) is known color: Pale Taupe. HEX triplet: C5, 97 and 80. RGB value is (197,151,128). Sum of RGB (Red+Green+Blue) = 197+151+128=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 151 (59.38% from 255 or 31.72% from 476); Blue value is 128 (50.39% from 255 or 26.89% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C59780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59780 is #3A687F. Grayscale: #A2A2A2. Windows color (decimal): -3827840 or 8427461. OLE color: 8427461.
HSL color Cylindrical-coordinate representation of color #C59780: hue angle of 20º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C59780 is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 128 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.23 |
| HSL | 20º | 0.37% | 0.64% | - |
| HSV(B) | 20º | 0.35% | 0.77% | - |
| XYZ | 37.99 | 35.56 | 25.28 | - |
| YUV | 162.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 128 | 0 | 0.23 | 0.35 | 0.23 | 20 | 0.37 | 0.64 |
| Hex | C5 | 97 | 80 | 0 | 17 | 23 | 17 | 14 | 25 | 40 |
| Octal | 305 | 227 | 200 | 0 | 27 | 43 | 27 | 24 | 45 | 100 |
| Binary | 11000101 | 10010111 | 10000000 | 0 | 10111 | 100011 | 10111 | 10100 | 100101 | 1000000 |
Color Harmonies of #C59780
Complementary color
Monochromatic Colors of #C59780
Black with #C59780
Text Example
Text Example
White with #C59780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59780; }
p { color: rgb(197,151,128); }
H1.HeaderClassName
{
color: #C59780;
}
.AnyTagClassName
{
color: #C59780;
}
</style>
background-color css
<style>
a { background-color: #C59780; }
a { background-color: rgb(197,151,128); }
div.DivClassName
{
background-color: #C59780;
}
.BgClassName
{
background-color: #C59780;
}
</style>
border-color css
<style>
span { border-color: #C59780; }
span { border-color: rgb(197,151,128); }
td.TdClassName
{
border-color: #C59780;
}
.TagClassName
{
border-color: #C59780;
}
</style>