Shades of Pale Taupe #C19476
Tints of Pale Taupe #C19476
RGB
CMYK
RGB Variations
Color information
#C19476 (or 0xC19476) is known color: Pale Taupe. HEX triplet: C1, 94 and 76. RGB value is (193,148,118). Sum of RGB (Red+Green+Blue) = 193+148+118=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 148 (58.20% from 255 or 32.24% from 459); Blue value is 118 (46.48% from 255 or 25.71% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19476 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19476 is #3E6B89. Grayscale: #9E9E9E. Windows color (decimal): -4090762 or 7771329. OLE color: 7771329.
HSL color Cylindrical-coordinate representation of color #C19476: hue angle of 24º 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 #C19476 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 118 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.24 |
| HSL | 24º | 0.38% | 0.61% | - |
| HSV(B) | 24º | 0.39% | 0.76% | - |
| XYZ | 35.85 | 33.83 | 21.78 | - |
| YUV | 158.04 | 105.41 | 152.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 118 | 0 | 0.23 | 0.39 | 0.24 | 24 | 0.38 | 0.61 |
| Hex | C1 | 94 | 76 | 0 | 17 | 27 | 18 | 18 | 26 | 3D |
| Octal | 301 | 224 | 166 | 0 | 27 | 47 | 30 | 30 | 46 | 75 |
| Binary | 11000001 | 10010100 | 1110110 | 0 | 10111 | 100111 | 11000 | 11000 | 100110 | 111101 |
Color Harmonies of #C19476
Complementary color
Monochromatic Colors of #C19476
Black with #C19476
Text Example
Text Example
White with #C19476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19476; }
p { color: rgb(193,148,118); }
H1.HeaderClassName
{
color: #C19476;
}
.AnyTagClassName
{
color: #C19476;
}
</style>
background-color css
<style>
a { background-color: #C19476; }
a { background-color: rgb(193,148,118); }
div.DivClassName
{
background-color: #C19476;
}
.BgClassName
{
background-color: #C19476;
}
</style>
border-color css
<style>
span { border-color: #C19476; }
span { border-color: rgb(193,148,118); }
td.TdClassName
{
border-color: #C19476;
}
.TagClassName
{
border-color: #C19476;
}
</style>