#C57A95

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

Shades of Hopbush #C57A95

Tints of Hopbush #C57A95

Color information

#C57A95 (or 0xC57A95) is unknown color: approx Hopbush. HEX triplet: C5, 7A and 95. RGB value is (197,122,149). Sum of RGB (Red+Green+Blue) = 197+122+149=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 122 (48.05% from 255 or 26.07% from 468); Blue value is 149 (58.59% from 255 or 31.84% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A95 is #3A856A. Grayscale: #939393. Windows color (decimal): -3835243 or 9796293. OLE color: 9796293.

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

Color convert

RGB197122149-
CMYK00.380.240.23
HSL338.4º39.27%62.55%-
HSV(B)338.4º38.07%77.25%-
XYZ35.4127.9631.96-
YUV147.5128.85163.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.09%
GREEN value IS 122 (48.05% from 255) = 26.07%
BLUE value IS 149 (58.59% from 255) = 31.84%
R=42.09%
G=26.07%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712214900.380.240.23338.439.2762.55
HexC57A950261817152273f
Octal30517222504630275224777
Binary1100010111110101001010101001101100010111101010010100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A95; }

 p { color: rgb(197,122,149); }

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

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

 a { background-color: rgb(197,122,149); }

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

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

 span { border-color: rgb(197,122,149); }

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