Shades of Puce #C57F98
Tints of Puce #C57F98
RGB
CMYK
RGB Variations
Color information
#C57F98 (or 0xC57F98) is known color: Puce. HEX triplet: C5, 7F and 98. RGB value is (197,127,152). Sum of RGB (Red+Green+Blue) = 197+127+152=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 127 (50% from 255 or 26.68% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F98 is #3A8067. Grayscale: #969696. Windows color (decimal): -3833960 or 9994181. OLE color: 9994181.
HSL color Cylindrical-coordinate representation of color #C57F98: hue angle of 338.57º 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 #C57F98 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 152 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.23 |
| HSL | 338.57º | 0.38% | 0.64% | - |
| HSV(B) | 338.57º | 0.36% | 0.77% | - |
| XYZ | 36.28 | 29.32 | 33.45 | - |
| YUV | 150.78 | 128.69 | 160.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 152 | 0 | 0.36 | 0.23 | 0.23 | 338.57 | 0.38 | 0.64 |
| Hex | C5 | 7F | 98 | 0 | 24 | 17 | 17 | 153 | 26 | 40 |
| Octal | 305 | 177 | 230 | 0 | 44 | 27 | 27 | 523 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10011000 | 0 | 100100 | 10111 | 10111 | 101010011 | 100110 | 1000000 |
Color Harmonies of #C57F98
Complementary color
Monochromatic Colors of #C57F98
Black with #C57F98
Text Example
Text Example
White with #C57F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F98; }
p { color: rgb(197,127,152); }
H1.HeaderClassName
{
color: #C57F98;
}
.AnyTagClassName
{
color: #C57F98;
}
</style>
background-color css
<style>
a { background-color: #C57F98; }
a { background-color: rgb(197,127,152); }
div.DivClassName
{
background-color: #C57F98;
}
.BgClassName
{
background-color: #C57F98;
}
</style>
border-color css
<style>
span { border-color: #C57F98; }
span { border-color: rgb(197,127,152); }
td.TdClassName
{
border-color: #C57F98;
}
.TagClassName
{
border-color: #C57F98;
}
</style>