Shades of Pale Taupe #C3957D
Tints of Pale Taupe #C3957D
RGB
CMYK
RGB Variations
Color information
#C3957D (or 0xC3957D) is known color: Pale Taupe. HEX triplet: C3, 95 and 7D. RGB value is (195,149,125). Sum of RGB (Red+Green+Blue) = 195+149+125=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 125 (49.22% from 255 or 26.65% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C3957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3957D is #3C6A82. Grayscale: #A0A0A0. Windows color (decimal): -3959427 or 8230339. OLE color: 8230339.
HSL color Cylindrical-coordinate representation of color #C3957D: hue angle of 20.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C3957D is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 125 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.24 |
| HSL | 20.57º | 0.37% | 0.63% | - |
| HSV(B) | 20.57º | 0.36% | 0.76% | - |
| XYZ | 36.95 | 34.58 | 24.13 | - |
| YUV | 160.02 | 108.24 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 125 | 0 | 0.24 | 0.36 | 0.24 | 20.57 | 0.37 | 0.63 |
| Hex | C3 | 95 | 7D | 0 | 18 | 24 | 18 | 15 | 25 | 3F |
| Octal | 303 | 225 | 175 | 0 | 30 | 44 | 30 | 25 | 45 | 77 |
| Binary | 11000011 | 10010101 | 1111101 | 0 | 11000 | 100100 | 11000 | 10101 | 100101 | 111111 |
Color Harmonies of #C3957D
Complementary color
Monochromatic Colors of #C3957D
Black with #C3957D
Text Example
Text Example
White with #C3957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3957D; }
p { color: rgb(195,149,125); }
H1.HeaderClassName
{
color: #C3957D;
}
.AnyTagClassName
{
color: #C3957D;
}
</style>
background-color css
<style>
a { background-color: #C3957D; }
a { background-color: rgb(195,149,125); }
div.DivClassName
{
background-color: #C3957D;
}
.BgClassName
{
background-color: #C3957D;
}
</style>
border-color css
<style>
span { border-color: #C3957D; }
span { border-color: rgb(195,149,125); }
td.TdClassName
{
border-color: #C3957D;
}
.TagClassName
{
border-color: #C3957D;
}
</style>