Shades of Pale Taupe #C1977A
Tints of Pale Taupe #C1977A
RGB
CMYK
RGB Variations
Color information
#C1977A (or 0xC1977A) is known color: Pale Taupe. HEX triplet: C1, 97 and 7A. RGB value is (193,151,122). Sum of RGB (Red+Green+Blue) = 193+151+122=466 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.42% from 466); Green value is 151 (59.38% from 255 or 32.40% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 193 - color contains mainly: red. Hex color #C1977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1977A is #3E6885. Grayscale: #A0A0A0. Windows color (decimal): -4089990 or 8034241. OLE color: 8034241.
HSL color Cylindrical-coordinate representation of color #C1977A: hue angle of 24.51º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C1977A is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 151 | 122 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.24 |
| HSL | 24.51º | 0.36% | 0.62% | - |
| HSV(B) | 24.51º | 0.37% | 0.76% | - |
| XYZ | 36.57 | 34.88 | 23.22 | - |
| YUV | 160.25 | 106.41 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 151 | 122 | 0 | 0.22 | 0.37 | 0.24 | 24.51 | 0.36 | 0.62 |
| Hex | C1 | 97 | 7A | 0 | 16 | 25 | 18 | 19 | 24 | 3E |
| Octal | 301 | 227 | 172 | 0 | 26 | 45 | 30 | 31 | 44 | 76 |
| Binary | 11000001 | 10010111 | 1111010 | 0 | 10110 | 100101 | 11000 | 11001 | 100100 | 111110 |
Color Harmonies of #C1977A
Complementary color
Monochromatic Colors of #C1977A
Black with #C1977A
Text Example
Text Example
White with #C1977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1977A; }
p { color: rgb(193,151,122); }
H1.HeaderClassName
{
color: #C1977A;
}
.AnyTagClassName
{
color: #C1977A;
}
</style>
background-color css
<style>
a { background-color: #C1977A; }
a { background-color: rgb(193,151,122); }
div.DivClassName
{
background-color: #C1977A;
}
.BgClassName
{
background-color: #C1977A;
}
</style>
border-color css
<style>
span { border-color: #C1977A; }
span { border-color: rgb(193,151,122); }
td.TdClassName
{
border-color: #C1977A;
}
.TagClassName
{
border-color: #C1977A;
}
</style>