#C57D99

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

Shades of Puce #C57D99

Tints of Puce #C57D99

Color information

#C57D99 (or 0xC57D99) is unknown color: approx Puce. HEX triplet: C5, 7D and 99. RGB value is (197,125,153). Sum of RGB (Red+Green+Blue) = 197+125+153=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 125 (49.22% from 255 or 26.32% from 475); Blue value is 153 (60.16% from 255 or 32.21% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D99 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57D99 is #3A8266. Grayscale: #959595. Windows color (decimal): -3834471 or 10059205. OLE color: 10059205.

HSL color Cylindrical-coordinate representation of color #C57D99: hue angle of 336.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57D99 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB197125153-
CMYK00.370.220.23
HSL336.67º38.3%63.14%-
HSV(B)336.67º36.55%77.25%-
XYZ36.1128.8433.8-
YUV149.72129.85161.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 125 (49.22% from 255) = 26.32%
BLUE value IS 153 (60.16% from 255) = 32.21%
R=41.47%
G=26.32%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712515300.370.220.23336.6738.363.14
HexC57D990251617151263f
Octal30517523104526275214677
Binary1100010111111011001100101001011011010111101010001100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D99; }

 p { color: rgb(197,125,153); }

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

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

 a { background-color: rgb(197,125,153); }

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

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

 span { border-color: rgb(197,125,153); }

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