Shades of Pale Taupe #C19B7B
Tints of Pale Taupe #C19B7B
RGB
CMYK
RGB Variations
Color information
#C19B7B (or 0xC19B7B) is known color: Pale Taupe. HEX triplet: C1, 9B and 7B. RGB value is (193,155,123). Sum of RGB (Red+Green+Blue) = 193+155+123=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B7B is #3E6484. Grayscale: #A2A2A2. Windows color (decimal): -4088965 or 8100801. OLE color: 8100801.
HSL color Cylindrical-coordinate representation of color #C19B7B: hue angle of 27.43º 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 #C19B7B is Cyan = 0, Magento = 0.20, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 155 | 123 | - |
| CMYK | 0 | 0.20 | 0.36 | 0.24 |
| HSL | 27.43º | 0.36% | 0.62% | - |
| HSV(B) | 27.43º | 0.36% | 0.76% | - |
| XYZ | 37.29 | 36.21 | 23.76 | - |
| YUV | 162.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 155 | 123 | 0 | 0.20 | 0.36 | 0.24 | 27.43 | 0.36 | 0.62 |
| Hex | C1 | 9B | 7B | 0 | 14 | 24 | 18 | 1B | 24 | 3E |
| Octal | 301 | 233 | 173 | 0 | 24 | 44 | 30 | 33 | 44 | 76 |
| Binary | 11000001 | 10011011 | 1111011 | 0 | 10100 | 100100 | 11000 | 11011 | 100100 | 111110 |
Color Harmonies of #C19B7B
Complementary color
Monochromatic Colors of #C19B7B
Black with #C19B7B
Text Example
Text Example
White with #C19B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19B7B; }
p { color: rgb(193,155,123); }
H1.HeaderClassName
{
color: #C19B7B;
}
.AnyTagClassName
{
color: #C19B7B;
}
</style>
background-color css
<style>
a { background-color: #C19B7B; }
a { background-color: rgb(193,155,123); }
div.DivClassName
{
background-color: #C19B7B;
}
.BgClassName
{
background-color: #C19B7B;
}
</style>
border-color css
<style>
span { border-color: #C19B7B; }
span { border-color: rgb(193,155,123); }
td.TdClassName
{
border-color: #C19B7B;
}
.TagClassName
{
border-color: #C19B7B;
}
</style>