Shades of Pale Taupe #C2957F
Tints of Pale Taupe #C2957F
RGB
CMYK
RGB Variations
Color information
#C2957F (or 0xC2957F) is known color: Pale Taupe. HEX triplet: C2, 95 and 7F. RGB value is (194,149,127). Sum of RGB (Red+Green+Blue) = 194+149+127=470 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.28% from 470); Green value is 149 (58.59% from 255 or 31.70% from 470); Blue value is 127 (50% from 255 or 27.02% from 470); Max value from RGB is 194 - color contains mainly: red. Hex color #C2957F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2957F is #3D6A80. Grayscale: #A0A0A0. Windows color (decimal): -4024961 or 8361410. OLE color: 8361410.
HSL color Cylindrical-coordinate representation of color #C2957F: hue angle of 19.7º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C2957F is Cyan = 0, Magento = 0.23, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 127 | - |
| CMYK | 0 | 0.23 | 0.35 | 0.24 |
| HSL | 19.7º | 0.35% | 0.63% | - |
| HSV(B) | 19.7º | 0.35% | 0.76% | - |
| XYZ | 36.83 | 34.5 | 24.8 | - |
| YUV | 159.95 | 109.41 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 127 | 0 | 0.23 | 0.35 | 0.24 | 19.7 | 0.35 | 0.63 |
| Hex | C2 | 95 | 7F | 0 | 17 | 23 | 18 | 14 | 23 | 3F |
| Octal | 302 | 225 | 177 | 0 | 27 | 43 | 30 | 24 | 43 | 77 |
| Binary | 11000010 | 10010101 | 1111111 | 0 | 10111 | 100011 | 11000 | 10100 | 100011 | 111111 |
Color Harmonies of #C2957F
Complementary color
Monochromatic Colors of #C2957F
Black with #C2957F
Text Example
Text Example
White with #C2957F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2957F; }
p { color: rgb(194,149,127); }
H1.HeaderClassName
{
color: #C2957F;
}
.AnyTagClassName
{
color: #C2957F;
}
</style>
background-color css
<style>
a { background-color: #C2957F; }
a { background-color: rgb(194,149,127); }
div.DivClassName
{
background-color: #C2957F;
}
.BgClassName
{
background-color: #C2957F;
}
</style>
border-color css
<style>
span { border-color: #C2957F; }
span { border-color: rgb(194,149,127); }
td.TdClassName
{
border-color: #C2957F;
}
.TagClassName
{
border-color: #C2957F;
}
</style>