#C57F99

Color #C57F99 Puce (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Puce #C57F99

Tints of Puce #C57F99

Color information

#C57F99 (or 0xC57F99) is unknown color: approx 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

RGB197127153-
CMYK00.360.220.23
HSL337.71º37.63%63.53%-
HSV(B)337.71º35.53%77.25%-
XYZ36.3729.3533.89-
YUV150.89129.19160.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 127 (50% from 255) = 26.62%
BLUE value IS 153 (60.16% from 255) = 32.08%
R=41.30%
G=26.62%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712715300.360.220.23337.7137.6363.53
HexC57F9902416171522640
Octal305177231044262752246100
Binary11000101111111110011001010010010110101111010100101001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>