Shades of Pale Taupe #C4977C
Tints of Pale Taupe #C4977C
RGB
CMYK
RGB Variations
Color information
#C4977C (or 0xC4977C) is known color: Pale Taupe. HEX triplet: C4, 97 and 7C. RGB value is (196,151,124). Sum of RGB (Red+Green+Blue) = 196+151+124=471 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.61% from 471); Green value is 151 (59.38% from 255 or 32.06% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 196 - color contains mainly: red. Hex color #C4977C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4977C is #3B6883. Grayscale: #A1A1A1. Windows color (decimal): -3893380 or 8165316. OLE color: 8165316.
HSL color Cylindrical-coordinate representation of color #C4977C: hue angle of 22.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C4977C is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 124 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.23 |
| HSL | 22.5º | 0.38% | 0.63% | - |
| HSV(B) | 22.5º | 0.37% | 0.77% | - |
| XYZ | 37.47 | 35.32 | 23.91 | - |
| YUV | 161.38 | 106.91 | 152.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 124 | 0 | 0.23 | 0.37 | 0.23 | 22.5 | 0.38 | 0.63 |
| Hex | C4 | 97 | 7C | 0 | 17 | 25 | 17 | 16 | 26 | 3F |
| Octal | 304 | 227 | 174 | 0 | 27 | 45 | 27 | 26 | 46 | 77 |
| Binary | 11000100 | 10010111 | 1111100 | 0 | 10111 | 100101 | 10111 | 10110 | 100110 | 111111 |
Color Harmonies of #C4977C
Complementary color
Monochromatic Colors of #C4977C
Black with #C4977C
Text Example
Text Example
White with #C4977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4977C; }
p { color: rgb(196,151,124); }
H1.HeaderClassName
{
color: #C4977C;
}
.AnyTagClassName
{
color: #C4977C;
}
</style>
background-color css
<style>
a { background-color: #C4977C; }
a { background-color: rgb(196,151,124); }
div.DivClassName
{
background-color: #C4977C;
}
.BgClassName
{
background-color: #C4977C;
}
</style>
border-color css
<style>
span { border-color: #C4977C; }
span { border-color: rgb(196,151,124); }
td.TdClassName
{
border-color: #C4977C;
}
.TagClassName
{
border-color: #C4977C;
}
</style>