Shades of Pale Taupe #C19C78
Tints of Pale Taupe #C19C78
RGB
CMYK
RGB Variations
Color information
#C19C78 (or 0xC19C78) is known color: Pale Taupe. HEX triplet: C1, 9C and 78. RGB value is (193,156,120). Sum of RGB (Red+Green+Blue) = 193+156+120=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 120 (47.27% from 255 or 25.59% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C78 is #3E6387. Grayscale: #A3A3A3. Windows color (decimal): -4088712 or 7904449. OLE color: 7904449.
HSL color Cylindrical-coordinate representation of color #C19C78: hue angle of 29.59º 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 #C19C78 is Cyan = 0, Magento = 0.19, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 156 | 120 | - |
| CMYK | 0 | 0.19 | 0.38 | 0.24 |
| HSL | 29.59º | 0.37% | 0.61% | - |
| HSV(B) | 29.59º | 0.38% | 0.76% | - |
| XYZ | 37.27 | 36.47 | 22.84 | - |
| YUV | 162.96 | 103.76 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 156 | 120 | 0 | 0.19 | 0.38 | 0.24 | 29.59 | 0.37 | 0.61 |
| Hex | C1 | 9C | 78 | 0 | 13 | 26 | 18 | 1E | 25 | 3D |
| Octal | 301 | 234 | 170 | 0 | 23 | 46 | 30 | 36 | 45 | 75 |
| Binary | 11000001 | 10011100 | 1111000 | 0 | 10011 | 100110 | 11000 | 11110 | 100101 | 111101 |
Color Harmonies of #C19C78
Complementary color
Monochromatic Colors of #C19C78
Black with #C19C78
Text Example
Text Example
White with #C19C78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19C78; }
p { color: rgb(193,156,120); }
H1.HeaderClassName
{
color: #C19C78;
}
.AnyTagClassName
{
color: #C19C78;
}
</style>
background-color css
<style>
a { background-color: #C19C78; }
a { background-color: rgb(193,156,120); }
div.DivClassName
{
background-color: #C19C78;
}
.BgClassName
{
background-color: #C19C78;
}
</style>
border-color css
<style>
span { border-color: #C19C78; }
span { border-color: rgb(193,156,120); }
td.TdClassName
{
border-color: #C19C78;
}
.TagClassName
{
border-color: #C19C78;
}
</style>