Shades of Pale Taupe #C59774
Tints of Pale Taupe #C59774
RGB
CMYK
RGB Variations
Color information
#C59774 (or 0xC59774) is known color: Pale Taupe. HEX triplet: C5, 97 and 74. RGB value is (197,151,116). Sum of RGB (Red+Green+Blue) = 197+151+116=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 151 (59.38% from 255 or 32.54% from 464); Blue value is 116 (45.70% from 255 or 25% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C59774 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59774 is #3A688B. Grayscale: #A0A0A0. Windows color (decimal): -3827852 or 7641029. OLE color: 7641029.
HSL color Cylindrical-coordinate representation of color #C59774: hue angle of 25.93º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C59774 is Cyan = 0, Magento = 0.23, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 116 | - |
| CMYK | 0 | 0.23 | 0.41 | 0.23 |
| HSL | 25.93º | 0.41% | 0.61% | - |
| HSV(B) | 25.93º | 0.41% | 0.77% | - |
| XYZ | 37.24 | 35.26 | 21.37 | - |
| YUV | 160.76 | 102.74 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 116 | 0 | 0.23 | 0.41 | 0.23 | 25.93 | 0.41 | 0.61 |
| Hex | C5 | 97 | 74 | 0 | 17 | 29 | 17 | 1A | 29 | 3D |
| Octal | 305 | 227 | 164 | 0 | 27 | 51 | 27 | 32 | 51 | 75 |
| Binary | 11000101 | 10010111 | 1110100 | 0 | 10111 | 101001 | 10111 | 11010 | 101001 | 111101 |
Color Harmonies of #C59774
Complementary color
Monochromatic Colors of #C59774
Black with #C59774
Text Example
Text Example
White with #C59774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59774; }
p { color: rgb(197,151,116); }
H1.HeaderClassName
{
color: #C59774;
}
.AnyTagClassName
{
color: #C59774;
}
</style>
background-color css
<style>
a { background-color: #C59774; }
a { background-color: rgb(197,151,116); }
div.DivClassName
{
background-color: #C59774;
}
.BgClassName
{
background-color: #C59774;
}
</style>
border-color css
<style>
span { border-color: #C59774; }
span { border-color: rgb(197,151,116); }
td.TdClassName
{
border-color: #C59774;
}
.TagClassName
{
border-color: #C59774;
}
</style>