Shades of Pale Taupe #C19575
Tints of Pale Taupe #C19575
RGB
CMYK
RGB Variations
Color information
#C19575 (or 0xC19575) is known color: Pale Taupe. HEX triplet: C1, 95 and 75. RGB value is (193,149,117). Sum of RGB (Red+Green+Blue) = 193+149+117=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 149 (58.59% from 255 or 32.46% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19575 is #3E6A8A. Grayscale: #9E9E9E. Windows color (decimal): -4090507 or 7706049. OLE color: 7706049.
HSL color Cylindrical-coordinate representation of color #C19575: hue angle of 25.26º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C19575 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 149 | 117 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.24 |
| HSL | 25.26º | 0.38% | 0.61% | - |
| HSV(B) | 25.26º | 0.39% | 0.76% | - |
| XYZ | 35.95 | 34.12 | 21.52 | - |
| YUV | 158.51 | 104.58 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 149 | 117 | 0 | 0.23 | 0.39 | 0.24 | 25.26 | 0.38 | 0.61 |
| Hex | C1 | 95 | 75 | 0 | 17 | 27 | 18 | 19 | 26 | 3D |
| Octal | 301 | 225 | 165 | 0 | 27 | 47 | 30 | 31 | 46 | 75 |
| Binary | 11000001 | 10010101 | 1110101 | 0 | 10111 | 100111 | 11000 | 11001 | 100110 | 111101 |
Color Harmonies of #C19575
Complementary color
Monochromatic Colors of #C19575
Black with #C19575
Text Example
Text Example
White with #C19575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19575; }
p { color: rgb(193,149,117); }
H1.HeaderClassName
{
color: #C19575;
}
.AnyTagClassName
{
color: #C19575;
}
</style>
background-color css
<style>
a { background-color: #C19575; }
a { background-color: rgb(193,149,117); }
div.DivClassName
{
background-color: #C19575;
}
.BgClassName
{
background-color: #C19575;
}
</style>
border-color css
<style>
span { border-color: #C19575; }
span { border-color: rgb(193,149,117); }
td.TdClassName
{
border-color: #C19575;
}
.TagClassName
{
border-color: #C19575;
}
</style>