Shades of Pale Taupe #C19D78
Tints of Pale Taupe #C19D78
RGB
CMYK
RGB Variations
Color information
#C19D78 (or 0xC19D78) is known color: Pale Taupe. HEX triplet: C1, 9D and 78. RGB value is (193,157,120). Sum of RGB (Red+Green+Blue) = 193+157+120=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 157 (61.72% from 255 or 33.40% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C19D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19D78 is #3E6287. Grayscale: #A3A3A3. Windows color (decimal): -4088456 or 7904705. OLE color: 7904705.
HSL color Cylindrical-coordinate representation of color #C19D78: hue angle of 30.41º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C19D78 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 157 | 120 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.24 |
| HSL | 30.41º | 0.37% | 0.61% | - |
| HSV(B) | 30.41º | 0.38% | 0.76% | - |
| XYZ | 37.44 | 36.81 | 22.9 | - |
| YUV | 163.55 | 103.43 | 149.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 157 | 120 | 0 | 0.19 | 0.38 | 0.24 | 30.41 | 0.37 | 0.61 |
| Hex | C1 | 9D | 78 | 0 | 13 | 26 | 18 | 1E | 25 | 3D |
| Octal | 301 | 235 | 170 | 0 | 23 | 46 | 30 | 36 | 45 | 75 |
| Binary | 11000001 | 10011101 | 1111000 | 0 | 10011 | 100110 | 11000 | 11110 | 100101 | 111101 |
Color Harmonies of #C19D78
Complementary color
Monochromatic Colors of #C19D78
Black with #C19D78
Text Example
Text Example
White with #C19D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19D78; }
p { color: rgb(193,157,120); }
H1.HeaderClassName
{
color: #C19D78;
}
.AnyTagClassName
{
color: #C19D78;
}
</style>
background-color css
<style>
a { background-color: #C19D78; }
a { background-color: rgb(193,157,120); }
div.DivClassName
{
background-color: #C19D78;
}
.BgClassName
{
background-color: #C19D78;
}
</style>
border-color css
<style>
span { border-color: #C19D78; }
span { border-color: rgb(193,157,120); }
td.TdClassName
{
border-color: #C19D78;
}
.TagClassName
{
border-color: #C19D78;
}
</style>