Shades of Pale Taupe #C19477
Tints of Pale Taupe #C19477
RGB
CMYK
RGB Variations
Color information
#C19477 (or 0xC19477) is known color: Pale Taupe. HEX triplet: C1, 94 and 77. RGB value is (193,148,119). Sum of RGB (Red+Green+Blue) = 193+148+119=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 148 (58.20% from 255 or 32.17% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C19477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19477 is #3E6B88. Grayscale: #9E9E9E. Windows color (decimal): -4090761 or 7836865. OLE color: 7836865.
HSL color Cylindrical-coordinate representation of color #C19477: hue angle of 23.51º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19477 is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 148 | 119 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.24 |
| HSL | 23.51º | 0.37% | 0.61% | - |
| HSV(B) | 23.51º | 0.38% | 0.76% | - |
| XYZ | 35.91 | 33.85 | 22.09 | - |
| YUV | 158.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 148 | 119 | 0 | 0.23 | 0.38 | 0.24 | 23.51 | 0.37 | 0.61 |
| Hex | C1 | 94 | 77 | 0 | 17 | 26 | 18 | 18 | 25 | 3D |
| Octal | 301 | 224 | 167 | 0 | 27 | 46 | 30 | 30 | 45 | 75 |
| Binary | 11000001 | 10010100 | 1110111 | 0 | 10111 | 100110 | 11000 | 11000 | 100101 | 111101 |
Color Harmonies of #C19477
Complementary color
Monochromatic Colors of #C19477
Black with #C19477
Text Example
Text Example
White with #C19477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19477; }
p { color: rgb(193,148,119); }
H1.HeaderClassName
{
color: #C19477;
}
.AnyTagClassName
{
color: #C19477;
}
</style>
background-color css
<style>
a { background-color: #C19477; }
a { background-color: rgb(193,148,119); }
div.DivClassName
{
background-color: #C19477;
}
.BgClassName
{
background-color: #C19477;
}
</style>
border-color css
<style>
span { border-color: #C19477; }
span { border-color: rgb(193,148,119); }
td.TdClassName
{
border-color: #C19477;
}
.TagClassName
{
border-color: #C19477;
}
</style>