#C57F91

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

Shades of Puce #C57F91

Tints of Puce #C57F91

Color information

#C57F91 (or 0xC57F91) is unknown color: approx Puce. HEX triplet: C5, 7F and 91. RGB value is (197,127,145). Sum of RGB (Red+Green+Blue) = 197+127+145=469 (62% of max value = 765). Red value is 197 (77.34% from 255 or 42.00% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 197 - color contains mainly: red. Hex color #C57F91 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57F91 is #3A806E. Grayscale: #959595. Windows color (decimal): -3833967 or 9535429. OLE color: 9535429.

HSL color Cylindrical-coordinate representation of color #C57F91: hue angle of 344.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 #C57F91 is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB197127145-
CMYK00.360.260.23
HSL344.57º37.63%63.53%-
HSV(B)344.57º35.53%77.25%-
XYZ35.7329.0930.52-
YUV149.98125.19161.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.00%
GREEN value IS 127 (50% from 255) = 27.08%
BLUE value IS 145 (57.03% from 255) = 30.92%
R=42.00%
G=27.08%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712714500.360.260.23344.5737.6363.53
HexC57F910241A171592640
Octal305177221044322753146100
Binary11000101111111110010001010010011010101111010110011001101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57F91; }

 p { color: rgb(197,127,145); }

 H1.HeaderClassName
 {
   color: #C57F91;
 }
 .AnyTagClassName
 {
   color: #C57F91;
 }
</style>
background-color css

<style>
 a { background-color: #C57F91; }

 a { background-color: rgb(197,127,145); }

 div.DivClassName
 {
   background-color: #C57F91;
 }
 .BgClassName
 {
   background-color: #C57F91;
 }
</style>
border-color css

<style>
 span { border-color: #C57F91; }

 span { border-color: rgb(197,127,145); }

 td.TdClassName
 {
   border-color: #C57F91;
 }
 .TagClassName
 {
   border-color: #C57F91;
 }
</style>