Shades of Pale Taupe #C19278
Tints of Pale Taupe #C19278
RGB
CMYK
RGB Variations
Color information
#C19278 (or 0xC19278) is known color: Pale Taupe. HEX triplet: C1, 92 and 78. RGB value is (193,146,120). Sum of RGB (Red+Green+Blue) = 193+146+120=459 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.05% from 459); Green value is 146 (57.42% from 255 or 31.81% from 459); Blue value is 120 (47.27% from 255 or 26.14% from 459); Max value from RGB is 193 - color contains mainly: red. Hex color #C19278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19278 is #3E6D87. Grayscale: #9D9D9D. Windows color (decimal): -4091272 or 7901889. OLE color: 7901889.
HSL color Cylindrical-coordinate representation of color #C19278: hue angle of 21.37º 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 #C19278 is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 120 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.24 |
| HSL | 21.37º | 0.37% | 0.61% | - |
| HSV(B) | 21.37º | 0.38% | 0.76% | - |
| XYZ | 35.66 | 33.25 | 22.31 | - |
| YUV | 157.09 | 107.07 | 153.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 120 | 0 | 0.24 | 0.38 | 0.24 | 21.37 | 0.37 | 0.61 |
| Hex | C1 | 92 | 78 | 0 | 18 | 26 | 18 | 15 | 25 | 3D |
| Octal | 301 | 222 | 170 | 0 | 30 | 46 | 30 | 25 | 45 | 75 |
| Binary | 11000001 | 10010010 | 1111000 | 0 | 11000 | 100110 | 11000 | 10101 | 100101 | 111101 |
Color Harmonies of #C19278
Complementary color
Monochromatic Colors of #C19278
Black with #C19278
Text Example
Text Example
White with #C19278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19278; }
p { color: rgb(193,146,120); }
H1.HeaderClassName
{
color: #C19278;
}
.AnyTagClassName
{
color: #C19278;
}
</style>
background-color css
<style>
a { background-color: #C19278; }
a { background-color: rgb(193,146,120); }
div.DivClassName
{
background-color: #C19278;
}
.BgClassName
{
background-color: #C19278;
}
</style>
border-color css
<style>
span { border-color: #C19278; }
span { border-color: rgb(193,146,120); }
td.TdClassName
{
border-color: #C19278;
}
.TagClassName
{
border-color: #C19278;
}
</style>