Shades of Pale Taupe #C19C7F
Tints of Pale Taupe #C19C7F
RGB
CMYK
RGB Variations
Color information
#C19C7F (or 0xC19C7F) is known color: Pale Taupe. HEX triplet: C1, 9C and 7F. RGB value is (193,156,127). Sum of RGB (Red+Green+Blue) = 193+156+127=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 156 (61.33% from 255 or 32.77% from 476); Blue value is 127 (50% from 255 or 26.68% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C7F is #3E6380. Grayscale: #A3A3A3. Windows color (decimal): -4088705 or 8363201. OLE color: 8363201.
HSL color Cylindrical-coordinate representation of color #C19C7F: hue angle of 26.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C19C7F is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 127 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.24 |
| HSL | 26.36º | 0.35% | 0.63% | - |
| HSV(B) | 26.36º | 0.34% | 0.76% | - |
| XYZ | 37.71 | 36.65 | 25.16 | - |
| YUV | 163.76 | 107.26 | 148.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 127 | 0 | 0.19 | 0.34 | 0.24 | 26.36 | 0.35 | 0.63 |
| Hex | C1 | 9C | 7F | 0 | 13 | 22 | 18 | 1A | 23 | 3F |
| Octal | 301 | 234 | 177 | 0 | 23 | 42 | 30 | 32 | 43 | 77 |
| Binary | 11000001 | 10011100 | 1111111 | 0 | 10011 | 100010 | 11000 | 11010 | 100011 | 111111 |
Color Harmonies of #C19C7F
Complementary color
Monochromatic Colors of #C19C7F
Black with #C19C7F
Text Example
Text Example
White with #C19C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C7F; }
p { color: rgb(193,156,127); }
H1.HeaderClassName
{
color: #C19C7F;
}
.AnyTagClassName
{
color: #C19C7F;
}
</style>
background-color css
<style>
a { background-color: #C19C7F; }
a { background-color: rgb(193,156,127); }
div.DivClassName
{
background-color: #C19C7F;
}
.BgClassName
{
background-color: #C19C7F;
}
</style>
border-color css
<style>
span { border-color: #C19C7F; }
span { border-color: rgb(193,156,127); }
td.TdClassName
{
border-color: #C19C7F;
}
.TagClassName
{
border-color: #C19C7F;
}
</style>