Shades of Pale Taupe #C59778
Tints of Pale Taupe #C59778
RGB
CMYK
RGB Variations
Color information
#C59778 (or 0xC59778) is known color: Pale Taupe. HEX triplet: C5, 97 and 78. RGB value is (197,151,120). Sum of RGB (Red+Green+Blue) = 197+151+120=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 151 (59.38% from 255 or 32.26% from 468); Blue value is 120 (47.27% from 255 or 25.64% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C59778 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59778 is #3A6887. Grayscale: #A1A1A1. Windows color (decimal): -3827848 or 7903173. OLE color: 7903173.
HSL color Cylindrical-coordinate representation of color #C59778: hue angle of 24.16º 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 #C59778 is Cyan = 0, Magento = 0.23, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 120 | - |
| CMYK | 0 | 0.23 | 0.39 | 0.23 |
| HSL | 24.16º | 0.4% | 0.62% | - |
| HSV(B) | 24.16º | 0.39% | 0.77% | - |
| XYZ | 37.48 | 35.36 | 22.62 | - |
| YUV | 161.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 120 | 0 | 0.23 | 0.39 | 0.23 | 24.16 | 0.4 | 0.62 |
| Hex | C5 | 97 | 78 | 0 | 17 | 27 | 17 | 18 | 28 | 3E |
| Octal | 305 | 227 | 170 | 0 | 27 | 47 | 27 | 30 | 50 | 76 |
| Binary | 11000101 | 10010111 | 1111000 | 0 | 10111 | 100111 | 10111 | 11000 | 101000 | 111110 |
Color Harmonies of #C59778
Complementary color
Monochromatic Colors of #C59778
Black with #C59778
Text Example
Text Example
White with #C59778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59778; }
p { color: rgb(197,151,120); }
H1.HeaderClassName
{
color: #C59778;
}
.AnyTagClassName
{
color: #C59778;
}
</style>
background-color css
<style>
a { background-color: #C59778; }
a { background-color: rgb(197,151,120); }
div.DivClassName
{
background-color: #C59778;
}
.BgClassName
{
background-color: #C59778;
}
</style>
border-color css
<style>
span { border-color: #C59778; }
span { border-color: rgb(197,151,120); }
td.TdClassName
{
border-color: #C59778;
}
.TagClassName
{
border-color: #C59778;
}
</style>