Shades of Pale Taupe #C19076
Tints of Pale Taupe #C19076
RGB
CMYK
RGB Variations
Color information
#C19076 (or 0xC19076) is known color: Pale Taupe. HEX triplet: C1, 90 and 76. RGB value is (193,144,118). Sum of RGB (Red+Green+Blue) = 193+144+118=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 118 (46.48% from 255 or 25.93% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C19076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19076 is #3E6F89. Grayscale: #9B9B9B. Windows color (decimal): -4091786 or 7770305. OLE color: 7770305.
HSL color Cylindrical-coordinate representation of color #C19076: hue angle of 20.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C19076 is Cyan = 0, Magento = 0.25, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 144 | 118 | - |
| CMYK | 0 | 0.25 | 0.39 | 0.24 |
| HSL | 20.8º | 0.38% | 0.61% | - |
| HSV(B) | 20.8º | 0.39% | 0.76% | - |
| XYZ | 35.24 | 32.59 | 21.57 | - |
| YUV | 155.69 | 106.73 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 118 | 0 | 0.25 | 0.39 | 0.24 | 20.8 | 0.38 | 0.61 |
| Hex | C1 | 90 | 76 | 0 | 19 | 27 | 18 | 15 | 26 | 3D |
| Octal | 301 | 220 | 166 | 0 | 31 | 47 | 30 | 25 | 46 | 75 |
| Binary | 11000001 | 10010000 | 1110110 | 0 | 11001 | 100111 | 11000 | 10101 | 100110 | 111101 |
Color Harmonies of #C19076
Complementary color
Monochromatic Colors of #C19076
Black with #C19076
Text Example
Text Example
White with #C19076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19076; }
p { color: rgb(193,144,118); }
H1.HeaderClassName
{
color: #C19076;
}
.AnyTagClassName
{
color: #C19076;
}
</style>
background-color css
<style>
a { background-color: #C19076; }
a { background-color: rgb(193,144,118); }
div.DivClassName
{
background-color: #C19076;
}
.BgClassName
{
background-color: #C19076;
}
</style>
border-color css
<style>
span { border-color: #C19076; }
span { border-color: rgb(193,144,118); }
td.TdClassName
{
border-color: #C19076;
}
.TagClassName
{
border-color: #C19076;
}
</style>