Shades of Pale Taupe #C19475
Tints of Pale Taupe #C19475
RGB
CMYK
RGB Variations
Color information
#C19475 (or 0xC19475) is known color: Pale Taupe. HEX triplet: C1, 94 and 75. RGB value is (193,148,117). Sum of RGB (Red+Green+Blue) = 193+148+117=458 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.14% from 458); Green value is 148 (58.20% from 255 or 32.31% from 458); Blue value is 117 (46.09% from 255 or 25.55% from 458); Max value from RGB is 193 - color contains mainly: red. Hex color #C19475 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19475 is #3E6B8A. Grayscale: #9E9E9E. Windows color (decimal): -4090763 or 7705793. OLE color: 7705793.
HSL color Cylindrical-coordinate representation of color #C19475: hue angle of 24.47º 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 #C19475 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 117 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.24 |
| HSL | 24.47º | 0.38% | 0.61% | - |
| HSV(B) | 24.47º | 0.39% | 0.76% | - |
| XYZ | 35.79 | 33.8 | 21.47 | - |
| YUV | 157.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 117 | 0 | 0.23 | 0.39 | 0.24 | 24.47 | 0.38 | 0.61 |
| Hex | C1 | 94 | 75 | 0 | 17 | 27 | 18 | 18 | 26 | 3D |
| Octal | 301 | 224 | 165 | 0 | 27 | 47 | 30 | 30 | 46 | 75 |
| Binary | 11000001 | 10010100 | 1110101 | 0 | 10111 | 100111 | 11000 | 11000 | 100110 | 111101 |
Color Harmonies of #C19475
Complementary color
Monochromatic Colors of #C19475
Black with #C19475
Text Example
Text Example
White with #C19475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19475; }
p { color: rgb(193,148,117); }
H1.HeaderClassName
{
color: #C19475;
}
.AnyTagClassName
{
color: #C19475;
}
</style>
background-color css
<style>
a { background-color: #C19475; }
a { background-color: rgb(193,148,117); }
div.DivClassName
{
background-color: #C19475;
}
.BgClassName
{
background-color: #C19475;
}
</style>
border-color css
<style>
span { border-color: #C19475; }
span { border-color: rgb(193,148,117); }
td.TdClassName
{
border-color: #C19475;
}
.TagClassName
{
border-color: #C19475;
}
</style>