Shades of Pale Taupe #C4947B
Tints of Pale Taupe #C4947B
RGB
CMYK
RGB Variations
Color information
#C4947B (or 0xC4947B) is known color: Pale Taupe. HEX triplet: C4, 94 and 7B. RGB value is (196,148,123). Sum of RGB (Red+Green+Blue) = 196+148+123=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C4947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4947B is #3B6B84. Grayscale: #9F9F9F. Windows color (decimal): -3894149 or 8099012. OLE color: 8099012.
HSL color Cylindrical-coordinate representation of color #C4947B: hue angle of 20.55º 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 #C4947B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 148 | 123 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.23 |
| HSL | 20.55º | 0.38% | 0.63% | - |
| HSV(B) | 20.55º | 0.37% | 0.77% | - |
| XYZ | 36.93 | 34.35 | 23.42 | - |
| YUV | 159.5 | 107.4 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 148 | 123 | 0 | 0.24 | 0.37 | 0.23 | 20.55 | 0.38 | 0.63 |
| Hex | C4 | 94 | 7B | 0 | 18 | 25 | 17 | 15 | 26 | 3F |
| Octal | 304 | 224 | 173 | 0 | 30 | 45 | 27 | 25 | 46 | 77 |
| Binary | 11000100 | 10010100 | 1111011 | 0 | 11000 | 100101 | 10111 | 10101 | 100110 | 111111 |
Color Harmonies of #C4947B
Complementary color
Monochromatic Colors of #C4947B
Black with #C4947B
Text Example
Text Example
White with #C4947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4947B; }
p { color: rgb(196,148,123); }
H1.HeaderClassName
{
color: #C4947B;
}
.AnyTagClassName
{
color: #C4947B;
}
</style>
background-color css
<style>
a { background-color: #C4947B; }
a { background-color: rgb(196,148,123); }
div.DivClassName
{
background-color: #C4947B;
}
.BgClassName
{
background-color: #C4947B;
}
</style>
border-color css
<style>
span { border-color: #C4947B; }
span { border-color: rgb(196,148,123); }
td.TdClassName
{
border-color: #C4947B;
}
.TagClassName
{
border-color: #C4947B;
}
</style>