#C56490

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

Shades of Hopbush #C56490

Tints of Hopbush #C56490

Color information

#C56490 (or 0xC56490) is unknown color: approx Hopbush. HEX triplet: C5, 64 and 90. RGB value is (197,100,144). Sum of RGB (Red+Green+Blue) = 197+100+144=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 100 (39.45% from 255 or 22.68% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C56490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56490 is #3A9B6F. Grayscale: #858585. Windows color (decimal): -3840880 or 9462981. OLE color: 9462981.

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

Color convert

RGB197100144-
CMYK00.490.270.23
HSL332.78º45.54%58.24%-
HSV(B)332.78º49.24%77.25%-
XYZ32.622329.11-
YUV134.02133.64172.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.67%
GREEN value IS 100 (39.45% from 255) = 22.68%
BLUE value IS 144 (56.64% from 255) = 32.65%
R=44.67%
G=22.68%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710014400.490.270.23332.7845.5458.24
HexC564900311B1714d2e3a
Octal30514422006133275155672
Binary1100010111001001001000001100011101110111101001101101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56490; }

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

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

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

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

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

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

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

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