Shades of Pale Taupe #C59578
Tints of Pale Taupe #C59578
RGB
CMYK
RGB Variations
Color information
#C59578 (or 0xC59578) is known color: Pale Taupe. HEX triplet: C5, 95 and 78. RGB value is (197,149,120). Sum of RGB (Red+Green+Blue) = 197+149+120=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 120 (47.27% from 255 or 25.75% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C59578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59578 is #3A6A87. Grayscale: #A0A0A0. Windows color (decimal): -3828360 or 7902661. OLE color: 7902661.
HSL color Cylindrical-coordinate representation of color #C59578: hue angle of 22.6º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C59578 is Cyan = 0, Magento = 0.24, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 149 | 120 | - |
| CMYK | 0 | 0.24 | 0.39 | 0.23 |
| HSL | 22.6º | 0.4% | 0.62% | - |
| HSV(B) | 22.6º | 0.39% | 0.77% | - |
| XYZ | 37.16 | 34.72 | 22.51 | - |
| YUV | 160.05 | 105.4 | 154.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 149 | 120 | 0 | 0.24 | 0.39 | 0.23 | 22.6 | 0.4 | 0.62 |
| Hex | C5 | 95 | 78 | 0 | 18 | 27 | 17 | 17 | 28 | 3E |
| Octal | 305 | 225 | 170 | 0 | 30 | 47 | 27 | 27 | 50 | 76 |
| Binary | 11000101 | 10010101 | 1111000 | 0 | 11000 | 100111 | 10111 | 10111 | 101000 | 111110 |
Color Harmonies of #C59578
Complementary color
Monochromatic Colors of #C59578
Black with #C59578
Text Example
Text Example
White with #C59578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59578; }
p { color: rgb(197,149,120); }
H1.HeaderClassName
{
color: #C59578;
}
.AnyTagClassName
{
color: #C59578;
}
</style>
background-color css
<style>
a { background-color: #C59578; }
a { background-color: rgb(197,149,120); }
div.DivClassName
{
background-color: #C59578;
}
.BgClassName
{
background-color: #C59578;
}
</style>
border-color css
<style>
span { border-color: #C59578; }
span { border-color: rgb(197,149,120); }
td.TdClassName
{
border-color: #C59578;
}
.TagClassName
{
border-color: #C59578;
}
</style>