#C56EA6

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

Shades of Hopbush #C56EA6

Tints of Hopbush #C56EA6

Color information

#C56EA6 (or 0xC56EA6) is unknown color: approx Hopbush. HEX triplet: C5, 6E and A6. RGB value is (197,110,166). Sum of RGB (Red+Green+Blue) = 197+110+166=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 110 (43.36% from 255 or 23.26% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C56EA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56EA6 is #3A9159. Grayscale: #8E8E8E. Windows color (decimal): -3838298 or 10907333. OLE color: 10907333.

HSL color Cylindrical-coordinate representation of color #C56EA6: hue angle of 321.38º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C56EA6 is Cyan = 0, Magento = 0.44, Yellow = 0.16 and Black (K on CMYK) = 0.23.

Color convert

RGB197110166-
CMYK00.440.160.23
HSL321.38º42.86%60.2%-
HSV(B)321.38º44.16%77.25%-
XYZ35.4825.7839.18-
YUV142.4141.32166.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 110 (43.36% from 255) = 23.26%
BLUE value IS 166 (65.23% from 255) = 35.10%
R=41.65%
G=23.26%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711016600.440.160.23321.3842.8660.2
HexC56EA602C10171412b3c
Octal30515624605420275015374
Binary1100010111011101010011001011001000010111101000001101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56EA6; }

 p { color: rgb(197,110,166); }

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

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

 a { background-color: rgb(197,110,166); }

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

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

 span { border-color: rgb(197,110,166); }

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