Shades of Pale Taupe #C19A78
Tints of Pale Taupe #C19A78
RGB
CMYK
RGB Variations
Color information
#C19A78 (or 0xC19A78) is known color: Pale Taupe. HEX triplet: C1, 9A and 78. RGB value is (193,154,120). Sum of RGB (Red+Green+Blue) = 193+154+120=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 154 (60.55% from 255 or 32.98% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A78 is #3E6587. Grayscale: #A1A1A1. Windows color (decimal): -4089224 or 7903937. OLE color: 7903937.
HSL color Cylindrical-coordinate representation of color #C19A78: hue angle of 27.95º 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 #C19A78 is Cyan = 0, Magento = 0.20, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 154 | 120 | - |
| CMYK | 0 | 0.20 | 0.38 | 0.24 |
| HSL | 27.95º | 0.37% | 0.61% | - |
| HSV(B) | 27.95º | 0.38% | 0.76% | - |
| XYZ | 36.94 | 35.8 | 22.73 | - |
| YUV | 161.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 120 | 0 | 0.20 | 0.38 | 0.24 | 27.95 | 0.37 | 0.61 |
| Hex | C1 | 9A | 78 | 0 | 14 | 26 | 18 | 1C | 25 | 3D |
| Octal | 301 | 232 | 170 | 0 | 24 | 46 | 30 | 34 | 45 | 75 |
| Binary | 11000001 | 10011010 | 1111000 | 0 | 10100 | 100110 | 11000 | 11100 | 100101 | 111101 |
Color Harmonies of #C19A78
Complementary color
Monochromatic Colors of #C19A78
Black with #C19A78
Text Example
Text Example
White with #C19A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19A78; }
p { color: rgb(193,154,120); }
H1.HeaderClassName
{
color: #C19A78;
}
.AnyTagClassName
{
color: #C19A78;
}
</style>
background-color css
<style>
a { background-color: #C19A78; }
a { background-color: rgb(193,154,120); }
div.DivClassName
{
background-color: #C19A78;
}
.BgClassName
{
background-color: #C19A78;
}
</style>
border-color css
<style>
span { border-color: #C19A78; }
span { border-color: rgb(193,154,120); }
td.TdClassName
{
border-color: #C19A78;
}
.TagClassName
{
border-color: #C19A78;
}
</style>