Shades of Puce #C57F9D
Tints of Puce #C57F9D
RGB
CMYK
RGB Variations
Color information
#C57F9D (or 0xC57F9D) is known color: Puce. HEX triplet: C5, 7F and 9D. RGB value is (197,127,157). Sum of RGB (Red+Green+Blue) = 197+127+157=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 157 (61.72% from 255 or 32.64% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F9D is #3A8062. Grayscale: #979797. Windows color (decimal): -3833955 or 10321861. OLE color: 10321861.
HSL color Cylindrical-coordinate representation of color #C57F9D: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57F9D is Cyan = 0, Magento = 0.36, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 157 | - |
| CMYK | 0 | 0.36 | 0.20 | 0.23 |
| HSL | 334.29º | 0.38% | 0.64% | - |
| HSV(B) | 334.29º | 0.36% | 0.77% | - |
| XYZ | 36.7 | 29.48 | 35.65 | - |
| YUV | 151.35 | 131.19 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 157 | 0 | 0.36 | 0.20 | 0.23 | 334.29 | 0.38 | 0.64 |
| Hex | C5 | 7F | 9D | 0 | 24 | 14 | 17 | 14E | 26 | 40 |
| Octal | 305 | 177 | 235 | 0 | 44 | 24 | 27 | 516 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10011101 | 0 | 100100 | 10100 | 10111 | 101001110 | 100110 | 1000000 |
Color Harmonies of #C57F9D
Complementary color
Monochromatic Colors of #C57F9D
Black with #C57F9D
Text Example
Text Example
White with #C57F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F9D; }
p { color: rgb(197,127,157); }
H1.HeaderClassName
{
color: #C57F9D;
}
.AnyTagClassName
{
color: #C57F9D;
}
</style>
background-color css
<style>
a { background-color: #C57F9D; }
a { background-color: rgb(197,127,157); }
div.DivClassName
{
background-color: #C57F9D;
}
.BgClassName
{
background-color: #C57F9D;
}
</style>
border-color css
<style>
span { border-color: #C57F9D; }
span { border-color: rgb(197,127,157); }
td.TdClassName
{
border-color: #C57F9D;
}
.TagClassName
{
border-color: #C57F9D;
}
</style>