Shades of Pale Taupe #C4977B
Tints of Pale Taupe #C4977B
RGB
CMYK
RGB Variations
Color information
#C4977B (or 0xC4977B) is known color: Pale Taupe. HEX triplet: C4, 97 and 7B. RGB value is (196,151,123). Sum of RGB (Red+Green+Blue) = 196+151+123=470 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.70% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 196 - color contains mainly: red. Hex color #C4977B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4977B is #3B6884. Grayscale: #A1A1A1. Windows color (decimal): -3893381 or 8099780. OLE color: 8099780.
HSL color Cylindrical-coordinate representation of color #C4977B: hue angle of 23.01º 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 #C4977B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 123 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.23 |
| HSL | 23.01º | 0.38% | 0.63% | - |
| HSV(B) | 23.01º | 0.37% | 0.77% | - |
| XYZ | 37.41 | 35.3 | 23.58 | - |
| YUV | 161.26 | 106.41 | 152.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 123 | 0 | 0.23 | 0.37 | 0.23 | 23.01 | 0.38 | 0.63 |
| Hex | C4 | 97 | 7B | 0 | 17 | 25 | 17 | 17 | 26 | 3F |
| Octal | 304 | 227 | 173 | 0 | 27 | 45 | 27 | 27 | 46 | 77 |
| Binary | 11000100 | 10010111 | 1111011 | 0 | 10111 | 100101 | 10111 | 10111 | 100110 | 111111 |
Color Harmonies of #C4977B
Complementary color
Monochromatic Colors of #C4977B
Black with #C4977B
Text Example
Text Example
White with #C4977B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4977B; }
p { color: rgb(196,151,123); }
H1.HeaderClassName
{
color: #C4977B;
}
.AnyTagClassName
{
color: #C4977B;
}
</style>
background-color css
<style>
a { background-color: #C4977B; }
a { background-color: rgb(196,151,123); }
div.DivClassName
{
background-color: #C4977B;
}
.BgClassName
{
background-color: #C4977B;
}
</style>
border-color css
<style>
span { border-color: #C4977B; }
span { border-color: rgb(196,151,123); }
td.TdClassName
{
border-color: #C4977B;
}
.TagClassName
{
border-color: #C4977B;
}
</style>