#C57D9F

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

Shades of Hopbush #C57D9F

Tints of Hopbush #C57D9F

Color information

#C57D9F (or 0xC57D9F) is unknown color: approx Hopbush. HEX triplet: C5, 7D and 9F. RGB value is (197,125,159). Sum of RGB (Red+Green+Blue) = 197+125+159=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 125 (49.22% from 255 or 25.99% from 481); Blue value is 159 (62.5% from 255 or 33.06% from 481); Max value from RGB is 197 - color contains mainly: red. Hex color #C57D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57D9F is #3A8260. Grayscale: #969696. Windows color (decimal): -3834465 or 10452421. OLE color: 10452421.

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

Color convert

RGB197125159-
CMYK00.370.190.23
HSL331.67º38.3%63.14%-
HSV(B)331.67º36.55%77.25%-
XYZ36.6229.0436.48-
YUV150.4132.85161.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.96%
GREEN value IS 125 (49.22% from 255) = 25.99%
BLUE value IS 159 (62.5% from 255) = 33.06%
R=40.96%
G=25.99%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.19
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712515900.370.190.23331.6738.363.14
HexC57D9F025131714c263f
Octal30517523704523275144677
Binary1100010111111011001111101001011001110111101001100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57D9F; }

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

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

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

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

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

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

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

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