Shades of Pale Taupe #C4967F
Tints of Pale Taupe #C4967F
RGB
CMYK
RGB Variations
Color information
#C4967F (or 0xC4967F) is known color: Pale Taupe. HEX triplet: C4, 96 and 7F. RGB value is (196,150,127). Sum of RGB (Red+Green+Blue) = 196+150+127=473 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.44% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 127 (50% from 255 or 26.85% from 473); Max value from RGB is 196 - color contains mainly: red. Hex color #C4967F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4967F is #3B6980. Grayscale: #A1A1A1. Windows color (decimal): -3893633 or 8361668. OLE color: 8361668.
HSL color Cylindrical-coordinate representation of color #C4967F: hue angle of 20º 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 #C4967F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 150 | 127 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.23 |
| HSL | 20º | 0.37% | 0.63% | - |
| HSV(B) | 20º | 0.35% | 0.77% | - |
| XYZ | 37.5 | 35.08 | 24.87 | - |
| YUV | 161.13 | 108.74 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 150 | 127 | 0 | 0.23 | 0.35 | 0.23 | 20 | 0.37 | 0.63 |
| Hex | C4 | 96 | 7F | 0 | 17 | 23 | 17 | 14 | 25 | 3F |
| Octal | 304 | 226 | 177 | 0 | 27 | 43 | 27 | 24 | 45 | 77 |
| Binary | 11000100 | 10010110 | 1111111 | 0 | 10111 | 100011 | 10111 | 10100 | 100101 | 111111 |
Color Harmonies of #C4967F
Complementary color
Monochromatic Colors of #C4967F
Black with #C4967F
Text Example
Text Example
White with #C4967F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4967F; }
p { color: rgb(196,150,127); }
H1.HeaderClassName
{
color: #C4967F;
}
.AnyTagClassName
{
color: #C4967F;
}
</style>
background-color css
<style>
a { background-color: #C4967F; }
a { background-color: rgb(196,150,127); }
div.DivClassName
{
background-color: #C4967F;
}
.BgClassName
{
background-color: #C4967F;
}
</style>
border-color css
<style>
span { border-color: #C4967F; }
span { border-color: rgb(196,150,127); }
td.TdClassName
{
border-color: #C4967F;
}
.TagClassName
{
border-color: #C4967F;
}
</style>