Shades of Pale Taupe #C59D78
Tints of Pale Taupe #C59D78
RGB
CMYK
RGB Variations
Color information
#C59D78 (or 0xC59D78) is known color: Pale Taupe. HEX triplet: C5, 9D and 78. RGB value is (197,157,120). Sum of RGB (Red+Green+Blue) = 197+157+120=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 157 (61.72% from 255 or 33.12% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C59D78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59D78 is #3A6287. Grayscale: #A4A4A4. Windows color (decimal): -3826312 or 7904709. OLE color: 7904709.
HSL color Cylindrical-coordinate representation of color #C59D78: hue angle of 28.83º 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 #C59D78 is Cyan = 0, Magento = 0.20, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 157 | 120 | - |
| CMYK | 0 | 0.20 | 0.39 | 0.23 |
| HSL | 28.83º | 0.4% | 0.62% | - |
| HSV(B) | 28.83º | 0.39% | 0.77% | - |
| XYZ | 38.47 | 37.34 | 22.95 | - |
| YUV | 164.74 | 102.75 | 151.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 157 | 120 | 0 | 0.20 | 0.39 | 0.23 | 28.83 | 0.4 | 0.62 |
| Hex | C5 | 9D | 78 | 0 | 14 | 27 | 17 | 1D | 28 | 3E |
| Octal | 305 | 235 | 170 | 0 | 24 | 47 | 27 | 35 | 50 | 76 |
| Binary | 11000101 | 10011101 | 1111000 | 0 | 10100 | 100111 | 10111 | 11101 | 101000 | 111110 |
Color Harmonies of #C59D78
Complementary color
Monochromatic Colors of #C59D78
Black with #C59D78
Text Example
Text Example
White with #C59D78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59D78; }
p { color: rgb(197,157,120); }
H1.HeaderClassName
{
color: #C59D78;
}
.AnyTagClassName
{
color: #C59D78;
}
</style>
background-color css
<style>
a { background-color: #C59D78; }
a { background-color: rgb(197,157,120); }
div.DivClassName
{
background-color: #C59D78;
}
.BgClassName
{
background-color: #C59D78;
}
</style>
border-color css
<style>
span { border-color: #C59D78; }
span { border-color: rgb(197,157,120); }
td.TdClassName
{
border-color: #C59D78;
}
.TagClassName
{
border-color: #C59D78;
}
</style>