Shades of Pale Taupe #C1977F
Tints of Pale Taupe #C1977F
RGB
CMYK
RGB Variations
Color information
#C1977F (or 0xC1977F) is known color: Pale Taupe. HEX triplet: C1, 97 and 7F. RGB value is (193,151,127). Sum of RGB (Red+Green+Blue) = 193+151+127=471 (62% of max value = 765). Red value is 193 (75.78% from 255 or 40.98% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977F is #3E6880. Grayscale: #A0A0A0. Windows color (decimal): -4089985 or 8361921. OLE color: 8361921.
HSL color Cylindrical-coordinate representation of color #C1977F: hue angle of 21.82º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C1977F is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 127 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.24 |
| HSL | 21.82º | 0.35% | 0.63% | - |
| HSV(B) | 21.82º | 0.34% | 0.76% | - |
| XYZ | 36.89 | 35 | 24.89 | - |
| YUV | 160.82 | 108.91 | 150.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 127 | 0 | 0.22 | 0.34 | 0.24 | 21.82 | 0.35 | 0.63 |
| Hex | C1 | 97 | 7F | 0 | 16 | 22 | 18 | 16 | 23 | 3F |
| Octal | 301 | 227 | 177 | 0 | 26 | 42 | 30 | 26 | 43 | 77 |
| Binary | 11000001 | 10010111 | 1111111 | 0 | 10110 | 100010 | 11000 | 10110 | 100011 | 111111 |
Color Harmonies of #C1977F
Complementary color
Monochromatic Colors of #C1977F
Black with #C1977F
Text Example
Text Example
White with #C1977F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1977F; }
p { color: rgb(193,151,127); }
H1.HeaderClassName
{
color: #C1977F;
}
.AnyTagClassName
{
color: #C1977F;
}
</style>
background-color css
<style>
a { background-color: #C1977F; }
a { background-color: rgb(193,151,127); }
div.DivClassName
{
background-color: #C1977F;
}
.BgClassName
{
background-color: #C1977F;
}
</style>
border-color css
<style>
span { border-color: #C1977F; }
span { border-color: rgb(193,151,127); }
td.TdClassName
{
border-color: #C1977F;
}
.TagClassName
{
border-color: #C1977F;
}
</style>