Shades of Pale Taupe #C59A83
Tints of Pale Taupe #C59A83
RGB
CMYK
RGB Variations
Color information
#C59A83 (or 0xC59A83) is known color: Pale Taupe. HEX triplet: C5, 9A and 83. RGB value is (197,154,131). Sum of RGB (Red+Green+Blue) = 197+154+131=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 154 (60.55% from 255 or 31.95% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C59A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C59A83 is #3A657C. Grayscale: #A4A4A4. Windows color (decimal): -3827069 or 8624837. OLE color: 8624837.
HSL color Cylindrical-coordinate representation of color #C59A83: hue angle of 20.91º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C59A83 is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 154 | 131 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.23 |
| HSL | 20.91º | 0.36% | 0.64% | - |
| HSV(B) | 20.91º | 0.34% | 0.77% | - |
| XYZ | 38.68 | 36.62 | 26.5 | - |
| YUV | 164.24 | 109.25 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 154 | 131 | 0 | 0.22 | 0.34 | 0.23 | 20.91 | 0.36 | 0.64 |
| Hex | C5 | 9A | 83 | 0 | 16 | 22 | 17 | 15 | 24 | 40 |
| Octal | 305 | 232 | 203 | 0 | 26 | 42 | 27 | 25 | 44 | 100 |
| Binary | 11000101 | 10011010 | 10000011 | 0 | 10110 | 100010 | 10111 | 10101 | 100100 | 1000000 |
Color Harmonies of #C59A83
Complementary color
Monochromatic Colors of #C59A83
Black with #C59A83
Text Example
Text Example
White with #C59A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C59A83; }
p { color: rgb(197,154,131); }
H1.HeaderClassName
{
color: #C59A83;
}
.AnyTagClassName
{
color: #C59A83;
}
</style>
background-color css
<style>
a { background-color: #C59A83; }
a { background-color: rgb(197,154,131); }
div.DivClassName
{
background-color: #C59A83;
}
.BgClassName
{
background-color: #C59A83;
}
</style>
border-color css
<style>
span { border-color: #C59A83; }
span { border-color: rgb(197,154,131); }
td.TdClassName
{
border-color: #C59A83;
}
.TagClassName
{
border-color: #C59A83;
}
</style>