Shades of Pale Taupe #C2947B
Tints of Pale Taupe #C2947B
RGB
CMYK
RGB Variations
Color information
#C2947B (or 0xC2947B) is known color: Pale Taupe. HEX triplet: C2, 94 and 7B. RGB value is (194,148,123). Sum of RGB (Red+Green+Blue) = 194+148+123=465 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.72% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 123 (48.44% from 255 or 26.45% from 465); Max value from RGB is 194 - color contains mainly: red. Hex color #C2947B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2947B is #3D6B84. Grayscale: #9F9F9F. Windows color (decimal): -4025221 or 8099010. OLE color: 8099010.
HSL color Cylindrical-coordinate representation of color #C2947B: hue angle of 21.13º degrees, saturation: 0.37, 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 #C2947B is Cyan = 0, Magento = 0.24, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 148 | 123 | - |
| CMYK | 0 | 0.24 | 0.37 | 0.24 |
| HSL | 21.13º | 0.37% | 0.62% | - |
| HSV(B) | 21.13º | 0.37% | 0.76% | - |
| XYZ | 36.41 | 34.08 | 23.4 | - |
| YUV | 158.9 | 107.74 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 148 | 123 | 0 | 0.24 | 0.37 | 0.24 | 21.13 | 0.37 | 0.62 |
| Hex | C2 | 94 | 7B | 0 | 18 | 25 | 18 | 15 | 25 | 3E |
| Octal | 302 | 224 | 173 | 0 | 30 | 45 | 30 | 25 | 45 | 76 |
| Binary | 11000010 | 10010100 | 1111011 | 0 | 11000 | 100101 | 11000 | 10101 | 100101 | 111110 |
Color Harmonies of #C2947B
Complementary color
Monochromatic Colors of #C2947B
Black with #C2947B
Text Example
Text Example
White with #C2947B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2947B; }
p { color: rgb(194,148,123); }
H1.HeaderClassName
{
color: #C2947B;
}
.AnyTagClassName
{
color: #C2947B;
}
</style>
background-color css
<style>
a { background-color: #C2947B; }
a { background-color: rgb(194,148,123); }
div.DivClassName
{
background-color: #C2947B;
}
.BgClassName
{
background-color: #C2947B;
}
</style>
border-color css
<style>
span { border-color: #C2947B; }
span { border-color: rgb(194,148,123); }
td.TdClassName
{
border-color: #C2947B;
}
.TagClassName
{
border-color: #C2947B;
}
</style>