#C56390

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

Shades of Hopbush #C56390

Tints of Hopbush #C56390

Color information

#C56390 (or 0xC56390) is unknown color: approx Hopbush. HEX triplet: C5, 63 and 90. RGB value is (197,99,144). Sum of RGB (Red+Green+Blue) = 197+99+144=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 99 (39.06% from 255 or 22.5% from 440); Blue value is 144 (56.64% from 255 or 32.73% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C56390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56390 is #3A9C6F. Grayscale: #858585. Windows color (decimal): -3841136 or 9462725. OLE color: 9462725.

HSL color Cylindrical-coordinate representation of color #C56390: hue angle of 332.45º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C56390 is Cyan = 0, Magento = 0.50, Yellow = 0.27 and Black (K on CMYK) = 0.23.

Color convert

RGB19799144-
CMYK00.500.270.23
HSL332.45º45.79%58.04%-
HSV(B)332.45º49.75%77.25%-
XYZ32.5222.8129.07-
YUV133.43133.97173.34-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.77%
GREEN value IS 99 (39.06% from 255) = 22.5%
BLUE value IS 144 (56.64% from 255) = 32.73%
R=44.77%
G=22.5%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979914400.500.270.23332.4545.7958.04
HexC563900321B1714c2e3a
Octal30514322006233275145672
Binary1100010111000111001000001100101101110111101001100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56390; }

 p { color: rgb(197,99,144); }

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

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

 a { background-color: rgb(197,99,144); }

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

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

 span { border-color: rgb(197,99,144); }

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