Shades of Pale Taupe #C2957B
Tints of Pale Taupe #C2957B
RGB
CMYK
RGB Variations
Color information
#C2957B (or 0xC2957B) is known color: Pale Taupe. HEX triplet: C2, 95 and 7B. RGB value is (194,149,123). Sum of RGB (Red+Green+Blue) = 194+149+123=466 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.63% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 123 (48.44% from 255 or 26.39% from 466); Max value from RGB is 194 - color contains mainly: red. Hex color #C2957B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2957B is #3D6A84. Grayscale: #9F9F9F. Windows color (decimal): -4024965 or 8099266. OLE color: 8099266.
HSL color Cylindrical-coordinate representation of color #C2957B: hue angle of 21.97º 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 #C2957B is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 123 | - |
| CMYK | 0 | 0.23 | 0.37 | 0.24 |
| HSL | 21.97º | 0.37% | 0.62% | - |
| HSV(B) | 21.97º | 0.37% | 0.76% | - |
| XYZ | 36.57 | 34.39 | 23.45 | - |
| YUV | 159.49 | 107.41 | 152.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 123 | 0 | 0.23 | 0.37 | 0.24 | 21.97 | 0.37 | 0.62 |
| Hex | C2 | 95 | 7B | 0 | 17 | 25 | 18 | 16 | 25 | 3E |
| Octal | 302 | 225 | 173 | 0 | 27 | 45 | 30 | 26 | 45 | 76 |
| Binary | 11000010 | 10010101 | 1111011 | 0 | 10111 | 100101 | 11000 | 10110 | 100101 | 111110 |
Color Harmonies of #C2957B
Complementary color
Monochromatic Colors of #C2957B
Black with #C2957B
Text Example
Text Example
White with #C2957B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2957B; }
p { color: rgb(194,149,123); }
H1.HeaderClassName
{
color: #C2957B;
}
.AnyTagClassName
{
color: #C2957B;
}
</style>
background-color css
<style>
a { background-color: #C2957B; }
a { background-color: rgb(194,149,123); }
div.DivClassName
{
background-color: #C2957B;
}
.BgClassName
{
background-color: #C2957B;
}
</style>
border-color css
<style>
span { border-color: #C2957B; }
span { border-color: rgb(194,149,123); }
td.TdClassName
{
border-color: #C2957B;
}
.TagClassName
{
border-color: #C2957B;
}
</style>