Shades of Pale Taupe #C19E7F
Tints of Pale Taupe #C19E7F
RGB
CMYK
RGB Variations
Color information
#C19E7F (or 0xC19E7F) is known color: Pale Taupe. HEX triplet: C1, 9E and 7F. RGB value is (193,158,127). Sum of RGB (Red+Green+Blue) = 193+158+127=478 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.38% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 193 - color contains mainly: red. Hex color #C19E7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19E7F is #3E6180. Grayscale: #A5A5A5. Windows color (decimal): -4088193 or 8363713. OLE color: 8363713.
HSL color Cylindrical-coordinate representation of color #C19E7F: hue angle of 28.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C19E7F is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 158 | 127 | - |
| CMYK | 0 | 0.18 | 0.34 | 0.24 |
| HSL | 28.18º | 0.35% | 0.63% | - |
| HSV(B) | 28.18º | 0.34% | 0.76% | - |
| XYZ | 38.05 | 37.32 | 25.28 | - |
| YUV | 164.93 | 106.6 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 158 | 127 | 0 | 0.18 | 0.34 | 0.24 | 28.18 | 0.35 | 0.63 |
| Hex | C1 | 9E | 7F | 0 | 12 | 22 | 18 | 1C | 23 | 3F |
| Octal | 301 | 236 | 177 | 0 | 22 | 42 | 30 | 34 | 43 | 77 |
| Binary | 11000001 | 10011110 | 1111111 | 0 | 10010 | 100010 | 11000 | 11100 | 100011 | 111111 |
Color Harmonies of #C19E7F
Complementary color
Monochromatic Colors of #C19E7F
Black with #C19E7F
Text Example
Text Example
White with #C19E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19E7F; }
p { color: rgb(193,158,127); }
H1.HeaderClassName
{
color: #C19E7F;
}
.AnyTagClassName
{
color: #C19E7F;
}
</style>
background-color css
<style>
a { background-color: #C19E7F; }
a { background-color: rgb(193,158,127); }
div.DivClassName
{
background-color: #C19E7F;
}
.BgClassName
{
background-color: #C19E7F;
}
</style>
border-color css
<style>
span { border-color: #C19E7F; }
span { border-color: rgb(193,158,127); }
td.TdClassName
{
border-color: #C19E7F;
}
.TagClassName
{
border-color: #C19E7F;
}
</style>