Shades of Pale Taupe #C19977
Tints of Pale Taupe #C19977
RGB
CMYK
RGB Variations
Color information
#C19977 (or 0xC19977) is known color: Pale Taupe. HEX triplet: C1, 99 and 77. RGB value is (193,153,119). Sum of RGB (Red+Green+Blue) = 193+153+119=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 153 (60.16% from 255 or 32.90% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C19977 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19977 is #3E6688. Grayscale: #A1A1A1. Windows color (decimal): -4089481 or 7838145. OLE color: 7838145.
HSL color Cylindrical-coordinate representation of color #C19977: hue angle of 27.57º 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 #C19977 is Cyan = 0, Magento = 0.21, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 119 | - |
| CMYK | 0 | 0.21 | 0.38 | 0.24 |
| HSL | 27.57º | 0.37% | 0.61% | - |
| HSV(B) | 27.57º | 0.38% | 0.76% | - |
| XYZ | 36.71 | 35.45 | 22.36 | - |
| YUV | 161.08 | 104.25 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 119 | 0 | 0.21 | 0.38 | 0.24 | 27.57 | 0.37 | 0.61 |
| Hex | C1 | 99 | 77 | 0 | 15 | 26 | 18 | 1C | 25 | 3D |
| Octal | 301 | 231 | 167 | 0 | 25 | 46 | 30 | 34 | 45 | 75 |
| Binary | 11000001 | 10011001 | 1110111 | 0 | 10101 | 100110 | 11000 | 11100 | 100101 | 111101 |
Color Harmonies of #C19977
Complementary color
Monochromatic Colors of #C19977
Black with #C19977
Text Example
Text Example
White with #C19977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19977; }
p { color: rgb(193,153,119); }
H1.HeaderClassName
{
color: #C19977;
}
.AnyTagClassName
{
color: #C19977;
}
</style>
background-color css
<style>
a { background-color: #C19977; }
a { background-color: rgb(193,153,119); }
div.DivClassName
{
background-color: #C19977;
}
.BgClassName
{
background-color: #C19977;
}
</style>
border-color css
<style>
span { border-color: #C19977; }
span { border-color: rgb(193,153,119); }
td.TdClassName
{
border-color: #C19977;
}
.TagClassName
{
border-color: #C19977;
}
</style>