Shades of Pale Taupe #C1977B
Tints of Pale Taupe #C1977B
RGB
CMYK
RGB Variations
Color information
#C1977B (or 0xC1977B) is known color: Pale Taupe. HEX triplet: C1, 97 and 7B. RGB value is (193,151,123). Sum of RGB (Red+Green+Blue) = 193+151+123=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977B is #3E6884. Grayscale: #A0A0A0. Windows color (decimal): -4089989 or 8099777. OLE color: 8099777.
HSL color Cylindrical-coordinate representation of color #C1977B: hue angle of 24º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C1977B is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 123 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.24 |
| HSL | 24º | 0.36% | 0.62% | - |
| HSV(B) | 24º | 0.36% | 0.76% | - |
| XYZ | 36.63 | 34.9 | 23.54 | - |
| YUV | 160.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 123 | 0 | 0.22 | 0.36 | 0.24 | 24 | 0.36 | 0.62 |
| Hex | C1 | 97 | 7B | 0 | 16 | 24 | 18 | 18 | 24 | 3E |
| Octal | 301 | 227 | 173 | 0 | 26 | 44 | 30 | 30 | 44 | 76 |
| Binary | 11000001 | 10010111 | 1111011 | 0 | 10110 | 100100 | 11000 | 11000 | 100100 | 111110 |
Color Harmonies of #C1977B
Complementary color
Monochromatic Colors of #C1977B
Black with #C1977B
Text Example
Text Example
White with #C1977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1977B; }
p { color: rgb(193,151,123); }
H1.HeaderClassName
{
color: #C1977B;
}
.AnyTagClassName
{
color: #C1977B;
}
</style>
background-color css
<style>
a { background-color: #C1977B; }
a { background-color: rgb(193,151,123); }
div.DivClassName
{
background-color: #C1977B;
}
.BgClassName
{
background-color: #C1977B;
}
</style>
border-color css
<style>
span { border-color: #C1977B; }
span { border-color: rgb(193,151,123); }
td.TdClassName
{
border-color: #C1977B;
}
.TagClassName
{
border-color: #C1977B;
}
</style>