Shades of Pale Taupe #C3947B
Tints of Pale Taupe #C3947B
RGB
CMYK
RGB Variations
Color information
#C3947B (or 0xC3947B) is known color: Pale Taupe. HEX triplet: C3, 94 and 7B. RGB value is (195,148,123). Sum of RGB (Red+Green+Blue) = 195+148+123=466 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.85% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 195 - color contains mainly: red. Hex color #C3947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3947B is #3C6B84. Grayscale: #9F9F9F. Windows color (decimal): -3959685 or 8099011. OLE color: 8099011.
HSL color Cylindrical-coordinate representation of color #C3947B: hue angle of 20.83º 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 #C3947B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 148 | 123 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.24 |
| HSL | 20.83º | 0.38% | 0.62% | - |
| HSV(B) | 20.83º | 0.37% | 0.76% | - |
| XYZ | 36.67 | 34.21 | 23.41 | - |
| YUV | 159.2 | 107.57 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 148 | 123 | 0 | 0.24 | 0.37 | 0.24 | 20.83 | 0.38 | 0.62 |
| Hex | C3 | 94 | 7B | 0 | 18 | 25 | 18 | 15 | 26 | 3E |
| Octal | 303 | 224 | 173 | 0 | 30 | 45 | 30 | 25 | 46 | 76 |
| Binary | 11000011 | 10010100 | 1111011 | 0 | 11000 | 100101 | 11000 | 10101 | 100110 | 111110 |
Color Harmonies of #C3947B
Complementary color
Monochromatic Colors of #C3947B
Black with #C3947B
Text Example
Text Example
White with #C3947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3947B; }
p { color: rgb(195,148,123); }
H1.HeaderClassName
{
color: #C3947B;
}
.AnyTagClassName
{
color: #C3947B;
}
</style>
background-color css
<style>
a { background-color: #C3947B; }
a { background-color: rgb(195,148,123); }
div.DivClassName
{
background-color: #C3947B;
}
.BgClassName
{
background-color: #C3947B;
}
</style>
border-color css
<style>
span { border-color: #C3947B; }
span { border-color: rgb(195,148,123); }
td.TdClassName
{
border-color: #C3947B;
}
.TagClassName
{
border-color: #C3947B;
}
</style>