Shades of Pale Taupe #C19D81
Tints of Pale Taupe #C19D81
RGB
CMYK
RGB Variations
Color information
#C19D81 (or 0xC19D81) is known color: Pale Taupe. HEX triplet: C1, 9D and 81. RGB value is (193,157,129). Sum of RGB (Red+Green+Blue) = 193+157+129=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 129 (50.78% from 255 or 26.93% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19D81 is #3E627E. Grayscale: #A4A4A4. Windows color (decimal): -4088447 or 8494529. OLE color: 8494529.
HSL color Cylindrical-coordinate representation of color #C19D81: hue angle of 26.25º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C19D81 is Cyan = 0, Magento = 0.19, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 129 | - |
| CMYK | 0 | 0.19 | 0.33 | 0.24 |
| HSL | 26.25º | 0.34% | 0.63% | - |
| HSV(B) | 26.25º | 0.33% | 0.76% | - |
| XYZ | 38.01 | 37.04 | 25.91 | - |
| YUV | 164.57 | 107.93 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 129 | 0 | 0.19 | 0.33 | 0.24 | 26.25 | 0.34 | 0.63 |
| Hex | C1 | 9D | 81 | 0 | 13 | 21 | 18 | 1A | 22 | 3F |
| Octal | 301 | 235 | 201 | 0 | 23 | 41 | 30 | 32 | 42 | 77 |
| Binary | 11000001 | 10011101 | 10000001 | 0 | 10011 | 100001 | 11000 | 11010 | 100010 | 111111 |
Color Harmonies of #C19D81
Complementary color
Monochromatic Colors of #C19D81
Black with #C19D81
Text Example
Text Example
White with #C19D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D81; }
p { color: rgb(193,157,129); }
H1.HeaderClassName
{
color: #C19D81;
}
.AnyTagClassName
{
color: #C19D81;
}
</style>
background-color css
<style>
a { background-color: #C19D81; }
a { background-color: rgb(193,157,129); }
div.DivClassName
{
background-color: #C19D81;
}
.BgClassName
{
background-color: #C19D81;
}
</style>
border-color css
<style>
span { border-color: #C19D81; }
span { border-color: rgb(193,157,129); }
td.TdClassName
{
border-color: #C19D81;
}
.TagClassName
{
border-color: #C19D81;
}
</style>