Shades of Puce #C57F9C
Tints of Puce #C57F9C
RGB
CMYK
RGB Variations
Color information
#C57F9C (or 0xC57F9C) is known color: Puce. HEX triplet: C5, 7F and 9C. RGB value is (197,127,156). Sum of RGB (Red+Green+Blue) = 197+127+156=480 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.04% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 156 (61.33% from 255 or 32.5% from 480); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F9C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F9C is #3A8063. Grayscale: #979797. Windows color (decimal): -3833956 or 10256325. OLE color: 10256325.
HSL color Cylindrical-coordinate representation of color #C57F9C: hue angle of 335.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 #C57F9C is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 156 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.23 |
| HSL | 335.14º | 0.38% | 0.64% | - |
| HSV(B) | 335.14º | 0.36% | 0.77% | - |
| XYZ | 36.62 | 29.45 | 35.21 | - |
| YUV | 151.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 156 | 0 | 0.36 | 0.21 | 0.23 | 335.14 | 0.38 | 0.64 |
| Hex | C5 | 7F | 9C | 0 | 24 | 15 | 17 | 14F | 26 | 40 |
| Octal | 305 | 177 | 234 | 0 | 44 | 25 | 27 | 517 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10011100 | 0 | 100100 | 10101 | 10111 | 101001111 | 100110 | 1000000 |
Color Harmonies of #C57F9C
Complementary color
Monochromatic Colors of #C57F9C
Black with #C57F9C
Text Example
Text Example
White with #C57F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57F9C; }
p { color: rgb(197,127,156); }
H1.HeaderClassName
{
color: #C57F9C;
}
.AnyTagClassName
{
color: #C57F9C;
}
</style>
background-color css
<style>
a { background-color: #C57F9C; }
a { background-color: rgb(197,127,156); }
div.DivClassName
{
background-color: #C57F9C;
}
.BgClassName
{
background-color: #C57F9C;
}
</style>
border-color css
<style>
span { border-color: #C57F9C; }
span { border-color: rgb(197,127,156); }
td.TdClassName
{
border-color: #C57F9C;
}
.TagClassName
{
border-color: #C57F9C;
}
</style>