Shades of Pale Taupe #C59A7B
Tints of Pale Taupe #C59A7B
RGB
CMYK
RGB Variations
Color information
#C59A7B (or 0xC59A7B) is known color: Pale Taupe. HEX triplet: C5, 9A and 7B. RGB value is (197,154,123). Sum of RGB (Red+Green+Blue) = 197+154+123=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 123 (48.44% from 255 or 25.95% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C59A7B is #3A6584. Grayscale: #A3A3A3. Windows color (decimal): -3827077 or 8100549. OLE color: 8100549.
HSL color Cylindrical-coordinate representation of color #C59A7B: hue angle of 25.14º 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 #C59A7B is Cyan = 0, Magento = 0.22, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 123 | - |
| CMYK | 0 | 0.22 | 0.38 | 0.23 |
| HSL | 25.14º | 0.39% | 0.63% | - |
| HSV(B) | 25.14º | 0.38% | 0.77% | - |
| XYZ | 38.16 | 36.41 | 23.76 | - |
| YUV | 163.32 | 105.25 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 123 | 0 | 0.22 | 0.38 | 0.23 | 25.14 | 0.39 | 0.63 |
| Hex | C5 | 9A | 7B | 0 | 16 | 26 | 17 | 19 | 27 | 3F |
| Octal | 305 | 232 | 173 | 0 | 26 | 46 | 27 | 31 | 47 | 77 |
| Binary | 11000101 | 10011010 | 1111011 | 0 | 10110 | 100110 | 10111 | 11001 | 100111 | 111111 |
Color Harmonies of #C59A7B
Complementary color
Monochromatic Colors of #C59A7B
Black with #C59A7B
Text Example
Text Example
White with #C59A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A7B; }
p { color: rgb(197,154,123); }
H1.HeaderClassName
{
color: #C59A7B;
}
.AnyTagClassName
{
color: #C59A7B;
}
</style>
background-color css
<style>
a { background-color: #C59A7B; }
a { background-color: rgb(197,154,123); }
div.DivClassName
{
background-color: #C59A7B;
}
.BgClassName
{
background-color: #C59A7B;
}
</style>
border-color css
<style>
span { border-color: #C59A7B; }
span { border-color: rgb(197,154,123); }
td.TdClassName
{
border-color: #C59A7B;
}
.TagClassName
{
border-color: #C59A7B;
}
</style>