Shades of Pale Taupe #C1977C
Tints of Pale Taupe #C1977C
RGB
CMYK
RGB Variations
Color information
#C1977C (or 0xC1977C) is known color: Pale Taupe. HEX triplet: C1, 97 and 7C. RGB value is (193,151,124). Sum of RGB (Red+Green+Blue) = 193+151+124=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 124 (48.83% from 255 or 26.50% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977C is #3E6883. Grayscale: #A0A0A0. Windows color (decimal): -4089988 or 8165313. OLE color: 8165313.
HSL color Cylindrical-coordinate representation of color #C1977C: hue angle of 23.48º 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 #C1977C is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 124 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.24 |
| HSL | 23.48º | 0.36% | 0.62% | - |
| HSV(B) | 23.48º | 0.36% | 0.76% | - |
| XYZ | 36.7 | 34.93 | 23.88 | - |
| YUV | 160.48 | 107.41 | 151.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 124 | 0 | 0.22 | 0.36 | 0.24 | 23.48 | 0.36 | 0.62 |
| Hex | C1 | 97 | 7C | 0 | 16 | 24 | 18 | 17 | 24 | 3E |
| Octal | 301 | 227 | 174 | 0 | 26 | 44 | 30 | 27 | 44 | 76 |
| Binary | 11000001 | 10010111 | 1111100 | 0 | 10110 | 100100 | 11000 | 10111 | 100100 | 111110 |
Color Harmonies of #C1977C
Complementary color
Monochromatic Colors of #C1977C
Black with #C1977C
Text Example
Text Example
White with #C1977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1977C; }
p { color: rgb(193,151,124); }
H1.HeaderClassName
{
color: #C1977C;
}
.AnyTagClassName
{
color: #C1977C;
}
</style>
background-color css
<style>
a { background-color: #C1977C; }
a { background-color: rgb(193,151,124); }
div.DivClassName
{
background-color: #C1977C;
}
.BgClassName
{
background-color: #C1977C;
}
</style>
border-color css
<style>
span { border-color: #C1977C; }
span { border-color: rgb(193,151,124); }
td.TdClassName
{
border-color: #C1977C;
}
.TagClassName
{
border-color: #C1977C;
}
</style>