#C57A9D

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

Shades of Hopbush #C57A9D

Tints of Hopbush #C57A9D

Color information

#C57A9D (or 0xC57A9D) is unknown color: approx Hopbush. HEX triplet: C5, 7A and 9D. RGB value is (197,122,157). Sum of RGB (Red+Green+Blue) = 197+122+157=476 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.39% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 157 (61.72% from 255 or 32.98% from 476); Max value from RGB is 197 - color contains mainly: red. Hex color #C57A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57A9D is #3A8562. Grayscale: #949494. Windows color (decimal): -3835235 or 10320581. OLE color: 10320581.

HSL color Cylindrical-coordinate representation of color #C57A9D: hue angle of 332º 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 #C57A9D is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.23.

Color convert

RGB197122157-
CMYK00.380.200.23
HSL332º39.27%62.55%-
HSV(B)332º38.07%77.25%-
XYZ36.0728.2235.44-
YUV148.42132.85162.65-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.39%
GREEN value IS 122 (48.05% from 255) = 25.63%
BLUE value IS 157 (61.72% from 255) = 32.98%
R=41.39%
G=25.63%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.20
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19712215700.380.200.2333239.2762.55
HexC57A9D026141714c273f
Octal30517223504624275144777
Binary1100010111110101001110101001101010010111101001100100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C57A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C57A9D; }

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

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

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

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

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

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

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

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