Shades of Pale Taupe #C59477
Tints of Pale Taupe #C59477
RGB
CMYK
RGB Variations
Color information
#C59477 (or 0xC59477) is known color: Pale Taupe. HEX triplet: C5, 94 and 77. RGB value is (197,148,119). Sum of RGB (Red+Green+Blue) = 197+148+119=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C59477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59477 is #3A6B88. Grayscale: #9F9F9F. Windows color (decimal): -3828617 or 7836869. OLE color: 7836869.
HSL color Cylindrical-coordinate representation of color #C59477: hue angle of 22.31º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C59477 is Cyan = 0, Magento = 0.25, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 148 | 119 | - |
| CMYK | 0 | 0.25 | 0.40 | 0.23 |
| HSL | 22.31º | 0.4% | 0.62% | - |
| HSV(B) | 22.31º | 0.4% | 0.77% | - |
| XYZ | 36.95 | 34.38 | 22.14 | - |
| YUV | 159.35 | 105.23 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 148 | 119 | 0 | 0.25 | 0.40 | 0.23 | 22.31 | 0.4 | 0.62 |
| Hex | C5 | 94 | 77 | 0 | 19 | 28 | 17 | 16 | 28 | 3E |
| Octal | 305 | 224 | 167 | 0 | 31 | 50 | 27 | 26 | 50 | 76 |
| Binary | 11000101 | 10010100 | 1110111 | 0 | 11001 | 101000 | 10111 | 10110 | 101000 | 111110 |
Color Harmonies of #C59477
Complementary color
Monochromatic Colors of #C59477
Black with #C59477
Text Example
Text Example
White with #C59477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59477; }
p { color: rgb(197,148,119); }
H1.HeaderClassName
{
color: #C59477;
}
.AnyTagClassName
{
color: #C59477;
}
</style>
background-color css
<style>
a { background-color: #C59477; }
a { background-color: rgb(197,148,119); }
div.DivClassName
{
background-color: #C59477;
}
.BgClassName
{
background-color: #C59477;
}
</style>
border-color css
<style>
span { border-color: #C59477; }
span { border-color: rgb(197,148,119); }
td.TdClassName
{
border-color: #C59477;
}
.TagClassName
{
border-color: #C59477;
}
</style>