Shades of Pale Taupe #C19D7E
Tints of Pale Taupe #C19D7E
RGB
CMYK
RGB Variations
Color information
#C19D7E (or 0xC19D7E) is known color: Pale Taupe. HEX triplet: C1, 9D and 7E. RGB value is (193,157,126). Sum of RGB (Red+Green+Blue) = 193+157+126=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 157 (61.72% from 255 or 32.98% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D7E is #3E6281. Grayscale: #A4A4A4. Windows color (decimal): -4088450 or 8297921. OLE color: 8297921.
HSL color Cylindrical-coordinate representation of color #C19D7E: hue angle of 27.76º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C19D7E is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 126 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.24 |
| HSL | 27.76º | 0.35% | 0.63% | - |
| HSV(B) | 27.76º | 0.35% | 0.76% | - |
| XYZ | 37.82 | 36.96 | 24.88 | - |
| YUV | 164.23 | 106.43 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 126 | 0 | 0.19 | 0.35 | 0.24 | 27.76 | 0.35 | 0.63 |
| Hex | C1 | 9D | 7E | 0 | 13 | 23 | 18 | 1C | 23 | 3F |
| Octal | 301 | 235 | 176 | 0 | 23 | 43 | 30 | 34 | 43 | 77 |
| Binary | 11000001 | 10011101 | 1111110 | 0 | 10011 | 100011 | 11000 | 11100 | 100011 | 111111 |
Color Harmonies of #C19D7E
Complementary color
Monochromatic Colors of #C19D7E
Black with #C19D7E
Text Example
Text Example
White with #C19D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D7E; }
p { color: rgb(193,157,126); }
H1.HeaderClassName
{
color: #C19D7E;
}
.AnyTagClassName
{
color: #C19D7E;
}
</style>
background-color css
<style>
a { background-color: #C19D7E; }
a { background-color: rgb(193,157,126); }
div.DivClassName
{
background-color: #C19D7E;
}
.BgClassName
{
background-color: #C19D7E;
}
</style>
border-color css
<style>
span { border-color: #C19D7E; }
span { border-color: rgb(193,157,126); }
td.TdClassName
{
border-color: #C19D7E;
}
.TagClassName
{
border-color: #C19D7E;
}
</style>