Shades of Pale Taupe #C5977D
Tints of Pale Taupe #C5977D
RGB
CMYK
RGB Variations
Color information
#C5977D (or 0xC5977D) is known color: Pale Taupe. HEX triplet: C5, 97 and 7D. RGB value is (197,151,125). Sum of RGB (Red+Green+Blue) = 197+151+125=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C5977D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5977D is #3A6882. Grayscale: #A1A1A1. Windows color (decimal): -3827843 or 8230853. OLE color: 8230853.
HSL color Cylindrical-coordinate representation of color #C5977D: hue angle of 21.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C5977D is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 151 | 125 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.23 |
| HSL | 21.67º | 0.38% | 0.63% | - |
| HSV(B) | 21.67º | 0.37% | 0.77% | - |
| XYZ | 37.79 | 35.48 | 24.26 | - |
| YUV | 161.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 151 | 125 | 0 | 0.23 | 0.37 | 0.23 | 21.67 | 0.38 | 0.63 |
| Hex | C5 | 97 | 7D | 0 | 17 | 25 | 17 | 16 | 26 | 3F |
| Octal | 305 | 227 | 175 | 0 | 27 | 45 | 27 | 26 | 46 | 77 |
| Binary | 11000101 | 10010111 | 1111101 | 0 | 10111 | 100101 | 10111 | 10110 | 100110 | 111111 |
Color Harmonies of #C5977D
Complementary color
Monochromatic Colors of #C5977D
Black with #C5977D
Text Example
Text Example
White with #C5977D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5977D; }
p { color: rgb(197,151,125); }
H1.HeaderClassName
{
color: #C5977D;
}
.AnyTagClassName
{
color: #C5977D;
}
</style>
background-color css
<style>
a { background-color: #C5977D; }
a { background-color: rgb(197,151,125); }
div.DivClassName
{
background-color: #C5977D;
}
.BgClassName
{
background-color: #C5977D;
}
</style>
border-color css
<style>
span { border-color: #C5977D; }
span { border-color: rgb(197,151,125); }
td.TdClassName
{
border-color: #C5977D;
}
.TagClassName
{
border-color: #C5977D;
}
</style>