Shades of Pale Taupe #C19D7B
Tints of Pale Taupe #C19D7B
RGB
CMYK
RGB Variations
Color information
#C19D7B (or 0xC19D7B) is known color: Pale Taupe. HEX triplet: C1, 9D and 7B. RGB value is (193,157,123). Sum of RGB (Red+Green+Blue) = 193+157+123=473 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.80% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 123 (48.44% from 255 or 26.00% from 473); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D7B is #3E6284. Grayscale: #A4A4A4. Windows color (decimal): -4088453 or 8101313. OLE color: 8101313.
HSL color Cylindrical-coordinate representation of color #C19D7B: hue angle of 29.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C19D7B is Cyan = 0, Magento = 0.19, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 123 | - |
| CMYK | 0 | 0.19 | 0.36 | 0.24 |
| HSL | 29.14º | 0.36% | 0.62% | - |
| HSV(B) | 29.14º | 0.36% | 0.76% | - |
| XYZ | 37.62 | 36.88 | 23.87 | - |
| YUV | 163.89 | 104.93 | 148.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 123 | 0 | 0.19 | 0.36 | 0.24 | 29.14 | 0.36 | 0.62 |
| Hex | C1 | 9D | 7B | 0 | 13 | 24 | 18 | 1D | 24 | 3E |
| Octal | 301 | 235 | 173 | 0 | 23 | 44 | 30 | 35 | 44 | 76 |
| Binary | 11000001 | 10011101 | 1111011 | 0 | 10011 | 100100 | 11000 | 11101 | 100100 | 111110 |
Color Harmonies of #C19D7B
Complementary color
Monochromatic Colors of #C19D7B
Black with #C19D7B
Text Example
Text Example
White with #C19D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D7B; }
p { color: rgb(193,157,123); }
H1.HeaderClassName
{
color: #C19D7B;
}
.AnyTagClassName
{
color: #C19D7B;
}
</style>
background-color css
<style>
a { background-color: #C19D7B; }
a { background-color: rgb(193,157,123); }
div.DivClassName
{
background-color: #C19D7B;
}
.BgClassName
{
background-color: #C19D7B;
}
</style>
border-color css
<style>
span { border-color: #C19D7B; }
span { border-color: rgb(193,157,123); }
td.TdClassName
{
border-color: #C19D7B;
}
.TagClassName
{
border-color: #C19D7B;
}
</style>