Shades of Pale Taupe #C4997E
Tints of Pale Taupe #C4997E
RGB
CMYK
RGB Variations
Color information
#C4997E (or 0xC4997E) is known color: Pale Taupe. HEX triplet: C4, 99 and 7E. RGB value is (196,153,126). Sum of RGB (Red+Green+Blue) = 196+153+126=475 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.26% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 126 (49.61% from 255 or 26.53% from 475); Max value from RGB is 196 - color contains mainly: red. Hex color #C4997E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4997E is #3B6681. Grayscale: #A2A2A2. Windows color (decimal): -3892866 or 8296900. OLE color: 8296900.
HSL color Cylindrical-coordinate representation of color #C4997E: hue angle of 23.14º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C4997E is Cyan = 0, Magento = 0.22, Yellow = 0.36 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 153 | 126 | - |
| CMYK | 0 | 0.22 | 0.36 | 0.23 |
| HSL | 23.14º | 0.37% | 0.63% | - |
| HSV(B) | 23.14º | 0.36% | 0.77% | - |
| XYZ | 37.92 | 36.02 | 24.69 | - |
| YUV | 162.78 | 107.25 | 151.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 153 | 126 | 0 | 0.22 | 0.36 | 0.23 | 23.14 | 0.37 | 0.63 |
| Hex | C4 | 99 | 7E | 0 | 16 | 24 | 17 | 17 | 25 | 3F |
| Octal | 304 | 231 | 176 | 0 | 26 | 44 | 27 | 27 | 45 | 77 |
| Binary | 11000100 | 10011001 | 1111110 | 0 | 10110 | 100100 | 10111 | 10111 | 100101 | 111111 |
Color Harmonies of #C4997E
Complementary color
Monochromatic Colors of #C4997E
Black with #C4997E
Text Example
Text Example
White with #C4997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4997E; }
p { color: rgb(196,153,126); }
H1.HeaderClassName
{
color: #C4997E;
}
.AnyTagClassName
{
color: #C4997E;
}
</style>
background-color css
<style>
a { background-color: #C4997E; }
a { background-color: rgb(196,153,126); }
div.DivClassName
{
background-color: #C4997E;
}
.BgClassName
{
background-color: #C4997E;
}
</style>
border-color css
<style>
span { border-color: #C4997E; }
span { border-color: rgb(196,153,126); }
td.TdClassName
{
border-color: #C4997E;
}
.TagClassName
{
border-color: #C4997E;
}
</style>