Shades of Pale Taupe #C5967B
Tints of Pale Taupe #C5967B
RGB
CMYK
RGB Variations
Color information
#C5967B (or 0xC5967B) is known color: Pale Taupe. HEX triplet: C5, 96 and 7B. RGB value is (197,150,123). Sum of RGB (Red+Green+Blue) = 197+150+123=470 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.91% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 123 (48.44% from 255 or 26.17% from 470); Max value from RGB is 197 - color contains mainly: red. Hex color #C5967B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5967B is #3A6984. Grayscale: #A1A1A1. Windows color (decimal): -3828101 or 8099525. OLE color: 8099525.
HSL color Cylindrical-coordinate representation of color #C5967B: hue angle of 21.89º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C5967B is Cyan = 0, Magento = 0.24, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 150 | 123 | - |
| CMYK | 0 | 0.24 | 0.38 | 0.23 |
| HSL | 21.89º | 0.39% | 0.63% | - |
| HSV(B) | 21.89º | 0.38% | 0.77% | - |
| XYZ | 37.51 | 35.11 | 23.54 | - |
| YUV | 160.98 | 106.57 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 150 | 123 | 0 | 0.24 | 0.38 | 0.23 | 21.89 | 0.39 | 0.63 |
| Hex | C5 | 96 | 7B | 0 | 18 | 26 | 17 | 16 | 27 | 3F |
| Octal | 305 | 226 | 173 | 0 | 30 | 46 | 27 | 26 | 47 | 77 |
| Binary | 11000101 | 10010110 | 1111011 | 0 | 11000 | 100110 | 10111 | 10110 | 100111 | 111111 |
Color Harmonies of #C5967B
Complementary color
Monochromatic Colors of #C5967B
Black with #C5967B
Text Example
Text Example
White with #C5967B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5967B; }
p { color: rgb(197,150,123); }
H1.HeaderClassName
{
color: #C5967B;
}
.AnyTagClassName
{
color: #C5967B;
}
</style>
background-color css
<style>
a { background-color: #C5967B; }
a { background-color: rgb(197,150,123); }
div.DivClassName
{
background-color: #C5967B;
}
.BgClassName
{
background-color: #C5967B;
}
</style>
border-color css
<style>
span { border-color: #C5967B; }
span { border-color: rgb(197,150,123); }
td.TdClassName
{
border-color: #C5967B;
}
.TagClassName
{
border-color: #C5967B;
}
</style>