Shades of Pale Taupe #C4957F
Tints of Pale Taupe #C4957F
RGB
CMYK
RGB Variations
Color information
#C4957F (or 0xC4957F) is known color: Pale Taupe. HEX triplet: C4, 95 and 7F. RGB value is (196,149,127). Sum of RGB (Red+Green+Blue) = 196+149+127=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 127 (50% from 255 or 26.91% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C4957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4957F is #3B6A80. Grayscale: #A0A0A0. Windows color (decimal): -3893889 or 8361412. OLE color: 8361412.
HSL color Cylindrical-coordinate representation of color #C4957F: hue angle of 19.13º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C4957F is Cyan = 0, Magento = 0.24, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 149 | 127 | - |
| CMYK | 0 | 0.24 | 0.35 | 0.23 |
| HSL | 19.13º | 0.37% | 0.63% | - |
| HSV(B) | 19.13º | 0.35% | 0.77% | - |
| XYZ | 37.34 | 34.76 | 24.82 | - |
| YUV | 160.55 | 109.07 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 127 | 0 | 0.24 | 0.35 | 0.23 | 19.13 | 0.37 | 0.63 |
| Hex | C4 | 95 | 7F | 0 | 18 | 23 | 17 | 13 | 25 | 3F |
| Octal | 304 | 225 | 177 | 0 | 30 | 43 | 27 | 23 | 45 | 77 |
| Binary | 11000100 | 10010101 | 1111111 | 0 | 11000 | 100011 | 10111 | 10011 | 100101 | 111111 |
Color Harmonies of #C4957F
Complementary color
Monochromatic Colors of #C4957F
Black with #C4957F
Text Example
Text Example
White with #C4957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4957F; }
p { color: rgb(196,149,127); }
H1.HeaderClassName
{
color: #C4957F;
}
.AnyTagClassName
{
color: #C4957F;
}
</style>
background-color css
<style>
a { background-color: #C4957F; }
a { background-color: rgb(196,149,127); }
div.DivClassName
{
background-color: #C4957F;
}
.BgClassName
{
background-color: #C4957F;
}
</style>
border-color css
<style>
span { border-color: #C4957F; }
span { border-color: rgb(196,149,127); }
td.TdClassName
{
border-color: #C4957F;
}
.TagClassName
{
border-color: #C4957F;
}
</style>