Shades of Pale Taupe #C3957B
Tints of Pale Taupe #C3957B
RGB
CMYK
RGB Variations
Color information
#C3957B (or 0xC3957B) is known color: Pale Taupe. HEX triplet: C3, 95 and 7B. RGB value is (195,149,123). Sum of RGB (Red+Green+Blue) = 195+149+123=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 149 (58.59% from 255 or 31.91% from 467); Blue value is 123 (48.44% from 255 or 26.34% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3957B is #3C6A84. Grayscale: #9F9F9F. Windows color (decimal): -3959429 or 8099267. OLE color: 8099267.
HSL color Cylindrical-coordinate representation of color #C3957B: hue angle of 21.67º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C3957B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 149 | 123 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.24 |
| HSL | 21.67º | 0.38% | 0.62% | - |
| HSV(B) | 21.67º | 0.37% | 0.76% | - |
| XYZ | 36.83 | 34.53 | 23.46 | - |
| YUV | 159.79 | 107.24 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 149 | 123 | 0 | 0.24 | 0.37 | 0.24 | 21.67 | 0.38 | 0.62 |
| Hex | C3 | 95 | 7B | 0 | 18 | 25 | 18 | 16 | 26 | 3E |
| Octal | 303 | 225 | 173 | 0 | 30 | 45 | 30 | 26 | 46 | 76 |
| Binary | 11000011 | 10010101 | 1111011 | 0 | 11000 | 100101 | 11000 | 10110 | 100110 | 111110 |
Color Harmonies of #C3957B
Complementary color
Monochromatic Colors of #C3957B
Black with #C3957B
Text Example
Text Example
White with #C3957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3957B; }
p { color: rgb(195,149,123); }
H1.HeaderClassName
{
color: #C3957B;
}
.AnyTagClassName
{
color: #C3957B;
}
</style>
background-color css
<style>
a { background-color: #C3957B; }
a { background-color: rgb(195,149,123); }
div.DivClassName
{
background-color: #C3957B;
}
.BgClassName
{
background-color: #C3957B;
}
</style>
border-color css
<style>
span { border-color: #C3957B; }
span { border-color: rgb(195,149,123); }
td.TdClassName
{
border-color: #C3957B;
}
.TagClassName
{
border-color: #C3957B;
}
</style>