Shades of Pale Taupe #C4977A
Tints of Pale Taupe #C4977A
RGB
CMYK
RGB Variations
Color information
#C4977A (or 0xC4977A) is known color: Pale Taupe. HEX triplet: C4, 97 and 7A. RGB value is (196,151,122). Sum of RGB (Red+Green+Blue) = 196+151+122=469 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.79% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 122 (48.05% from 255 or 26.01% from 469); Max value from RGB is 196 - color contains mainly: red. Hex color #C4977A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4977A is #3B6885. Grayscale: #A1A1A1. Windows color (decimal): -3893382 or 8034244. OLE color: 8034244.
HSL color Cylindrical-coordinate representation of color #C4977A: hue angle of 23.51º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C4977A is Cyan = 0, Magento = 0.23, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 151 | 122 | - |
| CMYK | 0 | 0.23 | 0.38 | 0.23 |
| HSL | 23.51º | 0.39% | 0.62% | - |
| HSV(B) | 23.51º | 0.38% | 0.77% | - |
| XYZ | 37.34 | 35.27 | 23.25 | - |
| YUV | 161.15 | 105.91 | 152.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 151 | 122 | 0 | 0.23 | 0.38 | 0.23 | 23.51 | 0.39 | 0.62 |
| Hex | C4 | 97 | 7A | 0 | 17 | 26 | 17 | 18 | 27 | 3E |
| Octal | 304 | 227 | 172 | 0 | 27 | 46 | 27 | 30 | 47 | 76 |
| Binary | 11000100 | 10010111 | 1111010 | 0 | 10111 | 100110 | 10111 | 11000 | 100111 | 111110 |
Color Harmonies of #C4977A
Complementary color
Monochromatic Colors of #C4977A
Black with #C4977A
Text Example
Text Example
White with #C4977A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4977A; }
p { color: rgb(196,151,122); }
H1.HeaderClassName
{
color: #C4977A;
}
.AnyTagClassName
{
color: #C4977A;
}
</style>
background-color css
<style>
a { background-color: #C4977A; }
a { background-color: rgb(196,151,122); }
div.DivClassName
{
background-color: #C4977A;
}
.BgClassName
{
background-color: #C4977A;
}
</style>
border-color css
<style>
span { border-color: #C4977A; }
span { border-color: rgb(196,151,122); }
td.TdClassName
{
border-color: #C4977A;
}
.TagClassName
{
border-color: #C4977A;
}
</style>