Shades of Pale Taupe #C2957D
Tints of Pale Taupe #C2957D
RGB
CMYK
RGB Variations
Color information
#C2957D (or 0xC2957D) is known color: Pale Taupe. HEX triplet: C2, 95 and 7D. RGB value is (194,149,125). Sum of RGB (Red+Green+Blue) = 194+149+125=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 149 (58.59% from 255 or 31.84% from 468); Blue value is 125 (49.22% from 255 or 26.71% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C2957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2957D is #3D6A82. Grayscale: #9F9F9F. Windows color (decimal): -4024963 or 8230338. OLE color: 8230338.
HSL color Cylindrical-coordinate representation of color #C2957D: hue angle of 20.87º degrees, saturation: 0.36, 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 #C2957D is Cyan = 0, Magento = 0.23, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 149 | 125 | - |
| CMYK | 0 | 0.23 | 0.36 | 0.24 |
| HSL | 20.87º | 0.36% | 0.63% | - |
| HSV(B) | 20.87º | 0.36% | 0.76% | - |
| XYZ | 36.7 | 34.44 | 24.12 | - |
| YUV | 159.72 | 108.41 | 152.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 149 | 125 | 0 | 0.23 | 0.36 | 0.24 | 20.87 | 0.36 | 0.63 |
| Hex | C2 | 95 | 7D | 0 | 17 | 24 | 18 | 15 | 24 | 3F |
| Octal | 302 | 225 | 175 | 0 | 27 | 44 | 30 | 25 | 44 | 77 |
| Binary | 11000010 | 10010101 | 1111101 | 0 | 10111 | 100100 | 11000 | 10101 | 100100 | 111111 |
Color Harmonies of #C2957D
Complementary color
Monochromatic Colors of #C2957D
Black with #C2957D
Text Example
Text Example
White with #C2957D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2957D; }
p { color: rgb(194,149,125); }
H1.HeaderClassName
{
color: #C2957D;
}
.AnyTagClassName
{
color: #C2957D;
}
</style>
background-color css
<style>
a { background-color: #C2957D; }
a { background-color: rgb(194,149,125); }
div.DivClassName
{
background-color: #C2957D;
}
.BgClassName
{
background-color: #C2957D;
}
</style>
border-color css
<style>
span { border-color: #C2957D; }
span { border-color: rgb(194,149,125); }
td.TdClassName
{
border-color: #C2957D;
}
.TagClassName
{
border-color: #C2957D;
}
</style>