Shades of Pale Taupe #C5997D
Tints of Pale Taupe #C5997D
RGB
CMYK
RGB Variations
Color information
#C5997D (or 0xC5997D) is known color: Pale Taupe. HEX triplet: C5, 99 and 7D. RGB value is (197,153,125). Sum of RGB (Red+Green+Blue) = 197+153+125=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C5997D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5997D is #3A6682. Grayscale: #A3A3A3. Windows color (decimal): -3827331 or 8231365. OLE color: 8231365.
HSL color Cylindrical-coordinate representation of color #C5997D: hue angle of 23.33º 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 #C5997D is Cyan = 0, Magento = 0.22, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 153 | 125 | - |
| CMYK | 0 | 0.22 | 0.37 | 0.23 |
| HSL | 23.33º | 0.38% | 0.63% | - |
| HSV(B) | 23.33º | 0.37% | 0.77% | - |
| XYZ | 38.12 | 36.13 | 24.37 | - |
| YUV | 162.96 | 106.58 | 152.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 153 | 125 | 0 | 0.22 | 0.37 | 0.23 | 23.33 | 0.38 | 0.63 |
| Hex | C5 | 99 | 7D | 0 | 16 | 25 | 17 | 17 | 26 | 3F |
| Octal | 305 | 231 | 175 | 0 | 26 | 45 | 27 | 27 | 46 | 77 |
| Binary | 11000101 | 10011001 | 1111101 | 0 | 10110 | 100101 | 10111 | 10111 | 100110 | 111111 |
Color Harmonies of #C5997D
Complementary color
Monochromatic Colors of #C5997D
Black with #C5997D
Text Example
Text Example
White with #C5997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5997D; }
p { color: rgb(197,153,125); }
H1.HeaderClassName
{
color: #C5997D;
}
.AnyTagClassName
{
color: #C5997D;
}
</style>
background-color css
<style>
a { background-color: #C5997D; }
a { background-color: rgb(197,153,125); }
div.DivClassName
{
background-color: #C5997D;
}
.BgClassName
{
background-color: #C5997D;
}
</style>
border-color css
<style>
span { border-color: #C5997D; }
span { border-color: rgb(197,153,125); }
td.TdClassName
{
border-color: #C5997D;
}
.TagClassName
{
border-color: #C5997D;
}
</style>