#C56EAA

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

Shades of Hopbush #C56EAA

Tints of Hopbush #C56EAA

Color information

#C56EAA (or 0xC56EAA) is unknown color: approx Hopbush. HEX triplet: C5, 6E and AA. RGB value is (197,110,170). Sum of RGB (Red+Green+Blue) = 197+110+170=477 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.30% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 197 - color contains mainly: red. Hex color #C56EAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56EAA is #3A9155. Grayscale: #8E8E8E. Windows color (decimal): -3838294 or 11169477. OLE color: 11169477.

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

Color convert

RGB197110170-
CMYK00.440.140.23
HSL318.62º42.86%60.2%-
HSV(B)318.62º44.16%77.25%-
XYZ35.8625.9241.14-
YUV142.85143.32166.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.30%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 170 (66.80% from 255) = 35.64%
R=41.30%
G=23.06%
B=35.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19711017000.440.140.23318.6242.8660.2
HexC56EAA02CE1713f2b3c
Octal30515625205416274775374
Binary110001011101110101010100101100111010111100111111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56EAA; }

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

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

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

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

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

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

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

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