Shades of Pale Taupe #C59877
Tints of Pale Taupe #C59877
RGB
CMYK
RGB Variations
Color information
#C59877 (or 0xC59877) is known color: Pale Taupe. HEX triplet: C5, 98 and 77. RGB value is (197,152,119). Sum of RGB (Red+Green+Blue) = 197+152+119=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 152 (59.77% from 255 or 32.48% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C59877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59877 is #3A6788. Grayscale: #A1A1A1. Windows color (decimal): -3827593 or 7837893. OLE color: 7837893.
HSL color Cylindrical-coordinate representation of color #C59877: hue angle of 25.38º 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 #C59877 is Cyan = 0, Magento = 0.23, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 152 | 119 | - |
| CMYK | 0 | 0.23 | 0.40 | 0.23 |
| HSL | 25.38º | 0.4% | 0.62% | - |
| HSV(B) | 25.38º | 0.4% | 0.77% | - |
| XYZ | 37.58 | 35.66 | 22.35 | - |
| YUV | 161.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 152 | 119 | 0 | 0.23 | 0.40 | 0.23 | 25.38 | 0.4 | 0.62 |
| Hex | C5 | 98 | 77 | 0 | 17 | 28 | 17 | 19 | 28 | 3E |
| Octal | 305 | 230 | 167 | 0 | 27 | 50 | 27 | 31 | 50 | 76 |
| Binary | 11000101 | 10011000 | 1110111 | 0 | 10111 | 101000 | 10111 | 11001 | 101000 | 111110 |
Color Harmonies of #C59877
Complementary color
Monochromatic Colors of #C59877
Black with #C59877
Text Example
Text Example
White with #C59877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59877; }
p { color: rgb(197,152,119); }
H1.HeaderClassName
{
color: #C59877;
}
.AnyTagClassName
{
color: #C59877;
}
</style>
background-color css
<style>
a { background-color: #C59877; }
a { background-color: rgb(197,152,119); }
div.DivClassName
{
background-color: #C59877;
}
.BgClassName
{
background-color: #C59877;
}
</style>
border-color css
<style>
span { border-color: #C59877; }
span { border-color: rgb(197,152,119); }
td.TdClassName
{
border-color: #C59877;
}
.TagClassName
{
border-color: #C59877;
}
</style>