Shades of Pale Taupe #C19574
Tints of Pale Taupe #C19574
RGB
CMYK
RGB Variations
Color information
#C19574 (or 0xC19574) is known color: Pale Taupe. HEX triplet: C1, 95 and 74. RGB value is (193,149,116). Sum of RGB (Red+Green+Blue) = 193+149+116=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 149 (58.59% from 255 or 32.53% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C19574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19574 is #3E6A8B. Grayscale: #9E9E9E. Windows color (decimal): -4090508 or 7640513. OLE color: 7640513.
HSL color Cylindrical-coordinate representation of color #C19574: hue angle of 25.71º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C19574 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 116 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.24 |
| HSL | 25.71º | 0.38% | 0.61% | - |
| HSV(B) | 25.71º | 0.4% | 0.76% | - |
| XYZ | 35.89 | 34.09 | 21.21 | - |
| YUV | 158.39 | 104.08 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 116 | 0 | 0.23 | 0.40 | 0.24 | 25.71 | 0.38 | 0.61 |
| Hex | C1 | 95 | 74 | 0 | 17 | 28 | 18 | 1A | 26 | 3D |
| Octal | 301 | 225 | 164 | 0 | 27 | 50 | 30 | 32 | 46 | 75 |
| Binary | 11000001 | 10010101 | 1110100 | 0 | 10111 | 101000 | 11000 | 11010 | 100110 | 111101 |
Color Harmonies of #C19574
Complementary color
Monochromatic Colors of #C19574
Black with #C19574
Text Example
Text Example
White with #C19574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19574; }
p { color: rgb(193,149,116); }
H1.HeaderClassName
{
color: #C19574;
}
.AnyTagClassName
{
color: #C19574;
}
</style>
background-color css
<style>
a { background-color: #C19574; }
a { background-color: rgb(193,149,116); }
div.DivClassName
{
background-color: #C19574;
}
.BgClassName
{
background-color: #C19574;
}
</style>
border-color css
<style>
span { border-color: #C19574; }
span { border-color: rgb(193,149,116); }
td.TdClassName
{
border-color: #C19574;
}
.TagClassName
{
border-color: #C19574;
}
</style>