Shades of Pale Taupe #C19780
Tints of Pale Taupe #C19780
RGB
CMYK
RGB Variations
Color information
#C19780 (or 0xC19780) is known color: Pale Taupe. HEX triplet: C1, 97 and 80. RGB value is (193,151,128). Sum of RGB (Red+Green+Blue) = 193+151+128=472 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.89% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 128 (50.39% from 255 or 27.12% from 472); Max value from RGB is 193 - color contains mainly: red. Hex color #C19780 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19780 is #3E687F. Grayscale: #A1A1A1. Windows color (decimal): -4089984 or 8427457. OLE color: 8427457.
HSL color Cylindrical-coordinate representation of color #C19780: hue angle of 21.23º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C19780 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 128 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.24 |
| HSL | 21.23º | 0.34% | 0.63% | - |
| HSV(B) | 21.23º | 0.34% | 0.76% | - |
| XYZ | 36.96 | 35.03 | 25.24 | - |
| YUV | 160.94 | 109.41 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 128 | 0 | 0.22 | 0.34 | 0.24 | 21.23 | 0.34 | 0.63 |
| Hex | C1 | 97 | 80 | 0 | 16 | 22 | 18 | 15 | 22 | 3F |
| Octal | 301 | 227 | 200 | 0 | 26 | 42 | 30 | 25 | 42 | 77 |
| Binary | 11000001 | 10010111 | 10000000 | 0 | 10110 | 100010 | 11000 | 10101 | 100010 | 111111 |
Color Harmonies of #C19780
Complementary color
Monochromatic Colors of #C19780
Black with #C19780
Text Example
Text Example
White with #C19780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19780; }
p { color: rgb(193,151,128); }
H1.HeaderClassName
{
color: #C19780;
}
.AnyTagClassName
{
color: #C19780;
}
</style>
background-color css
<style>
a { background-color: #C19780; }
a { background-color: rgb(193,151,128); }
div.DivClassName
{
background-color: #C19780;
}
.BgClassName
{
background-color: #C19780;
}
</style>
border-color css
<style>
span { border-color: #C19780; }
span { border-color: rgb(193,151,128); }
td.TdClassName
{
border-color: #C19780;
}
.TagClassName
{
border-color: #C19780;
}
</style>