Shades of Pale Taupe #C19276
Tints of Pale Taupe #C19276
RGB
CMYK
RGB Variations
Color information
#C19276 (or 0xC19276) is known color: Pale Taupe. HEX triplet: C1, 92 and 76. RGB value is (193,146,118). Sum of RGB (Red+Green+Blue) = 193+146+118=457 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.23% from 457); Green value is 146 (57.42% from 255 or 31.95% from 457); Blue value is 118 (46.48% from 255 or 25.82% from 457); Max value from RGB is 193 - color contains mainly: red. Hex color #C19276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19276 is #3E6D89. Grayscale: #9D9D9D. Windows color (decimal): -4091274 or 7770817. OLE color: 7770817.
HSL color Cylindrical-coordinate representation of color #C19276: hue angle of 22.4º 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 #C19276 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 118 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.24 |
| HSL | 22.4º | 0.38% | 0.61% | - |
| HSV(B) | 22.4º | 0.39% | 0.76% | - |
| XYZ | 35.54 | 33.2 | 21.68 | - |
| YUV | 156.86 | 106.07 | 153.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 118 | 0 | 0.24 | 0.39 | 0.24 | 22.4 | 0.38 | 0.61 |
| Hex | C1 | 92 | 76 | 0 | 18 | 27 | 18 | 16 | 26 | 3D |
| Octal | 301 | 222 | 166 | 0 | 30 | 47 | 30 | 26 | 46 | 75 |
| Binary | 11000001 | 10010010 | 1110110 | 0 | 11000 | 100111 | 11000 | 10110 | 100110 | 111101 |
Color Harmonies of #C19276
Complementary color
Monochromatic Colors of #C19276
Black with #C19276
Text Example
Text Example
White with #C19276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19276; }
p { color: rgb(193,146,118); }
H1.HeaderClassName
{
color: #C19276;
}
.AnyTagClassName
{
color: #C19276;
}
</style>
background-color css
<style>
a { background-color: #C19276; }
a { background-color: rgb(193,146,118); }
div.DivClassName
{
background-color: #C19276;
}
.BgClassName
{
background-color: #C19276;
}
</style>
border-color css
<style>
span { border-color: #C19276; }
span { border-color: rgb(193,146,118); }
td.TdClassName
{
border-color: #C19276;
}
.TagClassName
{
border-color: #C19276;
}
</style>