Shades of Puce #C57F99
Tints of Puce #C57F99
RGB
CMYK
RGB Variations
Color information
#C57F99 (or 0xC57F99) is known color: Puce. HEX triplet: C5, 7F and 99. RGB value is (197,127,153). Sum of RGB (Red+Green+Blue) = 197+127+153=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 153 (60.16% from 255 or 32.08% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F99 is #3A8066. Grayscale: #969696. Windows color (decimal): -3833959 or 10059717. OLE color: 10059717.
HSL color Cylindrical-coordinate representation of color #C57F99: hue angle of 337.71º 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 #C57F99 is Cyan = 0, Magento = 0.36, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 153 | - |
| CMYK | 0 | 0.36 | 0.22 | 0.23 |
| HSL | 337.71º | 0.38% | 0.64% | - |
| HSV(B) | 337.71º | 0.36% | 0.77% | - |
| XYZ | 36.37 | 29.35 | 33.89 | - |
| YUV | 150.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 153 | 0 | 0.36 | 0.22 | 0.23 | 337.71 | 0.38 | 0.64 |
| Hex | C5 | 7F | 99 | 0 | 24 | 16 | 17 | 152 | 26 | 40 |
| Octal | 305 | 177 | 231 | 0 | 44 | 26 | 27 | 522 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10011001 | 0 | 100100 | 10110 | 10111 | 101010010 | 100110 | 1000000 |
Color Harmonies of #C57F99
Complementary color
Monochromatic Colors of #C57F99
Black with #C57F99
Text Example
Text Example
White with #C57F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F99; }
p { color: rgb(197,127,153); }
H1.HeaderClassName
{
color: #C57F99;
}
.AnyTagClassName
{
color: #C57F99;
}
</style>
background-color css
<style>
a { background-color: #C57F99; }
a { background-color: rgb(197,127,153); }
div.DivClassName
{
background-color: #C57F99;
}
.BgClassName
{
background-color: #C57F99;
}
</style>
border-color css
<style>
span { border-color: #C57F99; }
span { border-color: rgb(197,127,153); }
td.TdClassName
{
border-color: #C57F99;
}
.TagClassName
{
border-color: #C57F99;
}
</style>