Shades of Puce #C57FA3
Tints of Puce #C57FA3
RGB
CMYK
RGB Variations
Color information
#C57FA3 (or 0xC57FA3) is known color: Puce. HEX triplet: C5, 7F and A3. RGB value is (197,127,163). Sum of RGB (Red+Green+Blue) = 197+127+163=487 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.45% from 487); Green value is 127 (50% from 255 or 26.08% from 487); Blue value is 163 (64.06% from 255 or 33.47% from 487); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57FA3 is #3A805C. Grayscale: #979797. Windows color (decimal): -3833949 or 10715077. OLE color: 10715077.
HSL color Cylindrical-coordinate representation of color #C57FA3: hue angle of 329.14º 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 #C57FA3 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 163 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.23 |
| HSL | 329.14º | 0.38% | 0.64% | - |
| HSV(B) | 329.14º | 0.36% | 0.77% | - |
| XYZ | 37.23 | 29.69 | 38.42 | - |
| YUV | 152.03 | 134.19 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 163 | 0 | 0.36 | 0.17 | 0.23 | 329.14 | 0.38 | 0.64 |
| Hex | C5 | 7F | A3 | 0 | 24 | 11 | 17 | 149 | 26 | 40 |
| Octal | 305 | 177 | 243 | 0 | 44 | 21 | 27 | 511 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10100011 | 0 | 100100 | 10001 | 10111 | 101001001 | 100110 | 1000000 |
Color Harmonies of #C57FA3
Complementary color
Monochromatic Colors of #C57FA3
Black with #C57FA3
Text Example
Text Example
White with #C57FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FA3; }
p { color: rgb(197,127,163); }
H1.HeaderClassName
{
color: #C57FA3;
}
.AnyTagClassName
{
color: #C57FA3;
}
</style>
background-color css
<style>
a { background-color: #C57FA3; }
a { background-color: rgb(197,127,163); }
div.DivClassName
{
background-color: #C57FA3;
}
.BgClassName
{
background-color: #C57FA3;
}
</style>
border-color css
<style>
span { border-color: #C57FA3; }
span { border-color: rgb(197,127,163); }
td.TdClassName
{
border-color: #C57FA3;
}
.TagClassName
{
border-color: #C57FA3;
}
</style>