Shades of Pale Taupe #C19B85
Tints of Pale Taupe #C19B85
RGB
CMYK
RGB Variations
Color information
#C19B85 (or 0xC19B85) is known color: Pale Taupe. HEX triplet: C1, 9B and 85. RGB value is (193,155,133). Sum of RGB (Red+Green+Blue) = 193+155+133=481 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.12% from 481); Green value is 155 (60.94% from 255 or 32.22% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19B85 is #3E647A. Grayscale: #A3A3A3. Windows color (decimal): -4088955 or 8756161. OLE color: 8756161.
HSL color Cylindrical-coordinate representation of color #C19B85: hue angle of 22º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C19B85 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 133 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.24 |
| HSL | 22º | 0.33% | 0.64% | - |
| HSV(B) | 22º | 0.31% | 0.76% | - |
| XYZ | 37.95 | 36.47 | 27.23 | - |
| YUV | 163.85 | 110.59 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 133 | 0 | 0.20 | 0.31 | 0.24 | 22 | 0.33 | 0.64 |
| Hex | C1 | 9B | 85 | 0 | 14 | 1F | 18 | 16 | 21 | 40 |
| Octal | 301 | 233 | 205 | 0 | 24 | 37 | 30 | 26 | 41 | 100 |
| Binary | 11000001 | 10011011 | 10000101 | 0 | 10100 | 11111 | 11000 | 10110 | 100001 | 1000000 |
Color Harmonies of #C19B85
Complementary color
Monochromatic Colors of #C19B85
Black with #C19B85
Text Example
Text Example
White with #C19B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B85; }
p { color: rgb(193,155,133); }
H1.HeaderClassName
{
color: #C19B85;
}
.AnyTagClassName
{
color: #C19B85;
}
</style>
background-color css
<style>
a { background-color: #C19B85; }
a { background-color: rgb(193,155,133); }
div.DivClassName
{
background-color: #C19B85;
}
.BgClassName
{
background-color: #C19B85;
}
</style>
border-color css
<style>
span { border-color: #C19B85; }
span { border-color: rgb(193,155,133); }
td.TdClassName
{
border-color: #C19B85;
}
.TagClassName
{
border-color: #C19B85;
}
</style>