Shades of Pale Taupe #C3947C
Tints of Pale Taupe #C3947C
RGB
CMYK
RGB Variations
Color information
#C3947C (or 0xC3947C) is known color: Pale Taupe. HEX triplet: C3, 94 and 7C. RGB value is (195,148,124). Sum of RGB (Red+Green+Blue) = 195+148+124=467 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.76% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 195 - color contains mainly: red. Hex color #C3947C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3947C is #3C6B83. Grayscale: #9F9F9F. Windows color (decimal): -3959684 or 8164547. OLE color: 8164547.
HSL color Cylindrical-coordinate representation of color #C3947C: hue angle of 20.28º 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 #C3947C is Cyan = 0, Magento = 0.24, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 124 | - |
| CMYK | 0 | 0.24 | 0.36 | 0.24 |
| HSL | 20.28º | 0.37% | 0.63% | - |
| HSV(B) | 20.28º | 0.36% | 0.76% | - |
| XYZ | 36.73 | 34.24 | 23.74 | - |
| YUV | 159.32 | 108.07 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 124 | 0 | 0.24 | 0.36 | 0.24 | 20.28 | 0.37 | 0.63 |
| Hex | C3 | 94 | 7C | 0 | 18 | 24 | 18 | 14 | 25 | 3F |
| Octal | 303 | 224 | 174 | 0 | 30 | 44 | 30 | 24 | 45 | 77 |
| Binary | 11000011 | 10010100 | 1111100 | 0 | 11000 | 100100 | 11000 | 10100 | 100101 | 111111 |
Color Harmonies of #C3947C
Complementary color
Monochromatic Colors of #C3947C
Black with #C3947C
Text Example
Text Example
White with #C3947C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3947C; }
p { color: rgb(195,148,124); }
H1.HeaderClassName
{
color: #C3947C;
}
.AnyTagClassName
{
color: #C3947C;
}
</style>
background-color css
<style>
a { background-color: #C3947C; }
a { background-color: rgb(195,148,124); }
div.DivClassName
{
background-color: #C3947C;
}
.BgClassName
{
background-color: #C3947C;
}
</style>
border-color css
<style>
span { border-color: #C3947C; }
span { border-color: rgb(195,148,124); }
td.TdClassName
{
border-color: #C3947C;
}
.TagClassName
{
border-color: #C3947C;
}
</style>