#C56AA4

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

Shades of Hopbush #C56AA4

Tints of Hopbush #C56AA4

Color information

#C56AA4 (or 0xC56AA4) is unknown color: approx Hopbush. HEX triplet: C5, 6A and A4. RGB value is (197,106,164). Sum of RGB (Red+Green+Blue) = 197+106+164=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AA4 is #3A955B. Grayscale: #8B8B8B. Windows color (decimal): -3839324 or 10775237. OLE color: 10775237.

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

Color convert

RGB197106164-
CMYK00.460.170.23
HSL321.76º43.96%59.41%-
HSV(B)321.76º46.19%77.25%-
XYZ34.8824.8638.08-
YUV139.82141.65168.78-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 42.18%
GREEN value IS 106 (41.80% from 255) = 22.70%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=42.18%
G=22.70%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710616400.460.170.23321.7643.9659.41
HexC56AA402E11171422c3b
Octal30515224405621275025473
Binary1100010111010101010010001011101000110111101000010101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AA4; }

 p { color: rgb(197,106,164); }

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

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

 a { background-color: rgb(197,106,164); }

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

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

 span { border-color: rgb(197,106,164); }

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