Shades of Pale Taupe #C1997B
Tints of Pale Taupe #C1997B
RGB
CMYK
RGB Variations
Color information
#C1997B (or 0xC1997B) is known color: Pale Taupe. HEX triplet: C1, 99 and 7B. RGB value is (193,153,123). Sum of RGB (Red+Green+Blue) = 193+153+123=469 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.15% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 123 (48.44% from 255 or 26.23% from 469); Max value from RGB is 193 - color contains mainly: red. Hex color #C1997B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1997B is #3E6684. Grayscale: #A1A1A1. Windows color (decimal): -4089477 or 8100289. OLE color: 8100289.
HSL color Cylindrical-coordinate representation of color #C1997B: hue angle of 25.71º 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 #C1997B is Cyan = 0, Magento = 0.21, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 153 | 123 | - |
| CMYK | 0 | 0.21 | 0.36 | 0.24 |
| HSL | 25.71º | 0.36% | 0.62% | - |
| HSV(B) | 25.71º | 0.36% | 0.76% | - |
| XYZ | 36.96 | 35.55 | 23.65 | - |
| YUV | 161.54 | 106.25 | 150.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 153 | 123 | 0 | 0.21 | 0.36 | 0.24 | 25.71 | 0.36 | 0.62 |
| Hex | C1 | 99 | 7B | 0 | 15 | 24 | 18 | 1A | 24 | 3E |
| Octal | 301 | 231 | 173 | 0 | 25 | 44 | 30 | 32 | 44 | 76 |
| Binary | 11000001 | 10011001 | 1111011 | 0 | 10101 | 100100 | 11000 | 11010 | 100100 | 111110 |
Color Harmonies of #C1997B
Complementary color
Monochromatic Colors of #C1997B
Black with #C1997B
Text Example
Text Example
White with #C1997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1997B; }
p { color: rgb(193,153,123); }
H1.HeaderClassName
{
color: #C1997B;
}
.AnyTagClassName
{
color: #C1997B;
}
</style>
background-color css
<style>
a { background-color: #C1997B; }
a { background-color: rgb(193,153,123); }
div.DivClassName
{
background-color: #C1997B;
}
.BgClassName
{
background-color: #C1997B;
}
</style>
border-color css
<style>
span { border-color: #C1997B; }
span { border-color: rgb(193,153,123); }
td.TdClassName
{
border-color: #C1997B;
}
.TagClassName
{
border-color: #C1997B;
}
</style>