#C56384

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

Shades of Hopbush #C56384

Tints of Hopbush #C56384

Color information

#C56384 (or 0xC56384) is unknown color: approx Hopbush. HEX triplet: C5, 63 and 84. RGB value is (197,99,132). Sum of RGB (Red+Green+Blue) = 197+99+132=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 132 (51.95% from 255 or 30.84% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C56384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56384 is #3A9C7B. Grayscale: #848484. Windows color (decimal): -3841148 or 8676293. OLE color: 8676293.

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

Color convert

RGB19799132-
CMYK00.500.330.23
HSL339.8º45.79%58.04%-
HSV(B)339.8º49.75%77.25%-
XYZ31.6522.4624.5-
YUV132.06127.97174.32-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.03%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 132 (51.95% from 255) = 30.84%
R=46.03%
G=23.13%
B=30.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979913200.500.330.23339.845.7958.04
HexC5638403221171542e3a
Octal30514320406241275245672
Binary11000101110001110000100011001010000110111101010100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56384; }

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

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

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

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

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

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

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

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