Shades of Pale Taupe #C19279
Tints of Pale Taupe #C19279
RGB
CMYK
RGB Variations
Color information
#C19279 (or 0xC19279) is known color: Pale Taupe. HEX triplet: C1, 92 and 79. RGB value is (193,146,121). Sum of RGB (Red+Green+Blue) = 193+146+121=460 (60% of max value = 765). Red value is 193 (75.78% from 255 or 41.96% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 121 (47.66% from 255 or 26.30% from 460); Max value from RGB is 193 - color contains mainly: red. Hex color #C19279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19279 is #3E6D86. Grayscale: #9D9D9D. Windows color (decimal): -4091271 or 7967425. OLE color: 7967425.
HSL color Cylindrical-coordinate representation of color #C19279: hue angle of 20.83º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C19279 is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 121 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.24 |
| HSL | 20.83º | 0.37% | 0.62% | - |
| HSV(B) | 20.83º | 0.37% | 0.76% | - |
| XYZ | 35.72 | 33.28 | 22.63 | - |
| YUV | 157.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 121 | 0 | 0.24 | 0.37 | 0.24 | 20.83 | 0.37 | 0.62 |
| Hex | C1 | 92 | 79 | 0 | 18 | 25 | 18 | 15 | 25 | 3E |
| Octal | 301 | 222 | 171 | 0 | 30 | 45 | 30 | 25 | 45 | 76 |
| Binary | 11000001 | 10010010 | 1111001 | 0 | 11000 | 100101 | 11000 | 10101 | 100101 | 111110 |
Color Harmonies of #C19279
Complementary color
Monochromatic Colors of #C19279
Black with #C19279
Text Example
Text Example
White with #C19279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19279; }
p { color: rgb(193,146,121); }
H1.HeaderClassName
{
color: #C19279;
}
.AnyTagClassName
{
color: #C19279;
}
</style>
background-color css
<style>
a { background-color: #C19279; }
a { background-color: rgb(193,146,121); }
div.DivClassName
{
background-color: #C19279;
}
.BgClassName
{
background-color: #C19279;
}
</style>
border-color css
<style>
span { border-color: #C19279; }
span { border-color: rgb(193,146,121); }
td.TdClassName
{
border-color: #C19279;
}
.TagClassName
{
border-color: #C19279;
}
</style>