#C56AAC

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

Shades of Hopbush #C56AAC

Tints of Hopbush #C56AAC

Color information

#C56AAC (or 0xC56AAC) is unknown color: approx Hopbush. HEX triplet: C5, 6A and AC. RGB value is (197,106,172). Sum of RGB (Red+Green+Blue) = 197+106+172=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 106 (41.80% from 255 or 22.32% from 475); Blue value is 172 (67.58% from 255 or 36.21% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C56AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C56AAC is #3A9553. Grayscale: #8C8C8C. Windows color (decimal): -3839316 or 11299525. OLE color: 11299525.

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

Color convert

RGB197106172-
CMYK00.460.130.23
HSL316.48º43.96%59.41%-
HSV(B)316.48º46.19%77.25%-
XYZ35.6325.1642.01-
YUV140.73145.65168.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 106 (41.80% from 255) = 22.32%
BLUE value IS 172 (67.58% from 255) = 36.21%
R=41.47%
G=22.32%
B=36.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19710617200.460.130.23316.4843.9659.41
HexC56AAC02ED1713c2c3b
Octal30515225405615274745473
Binary110001011101010101011000101110110110111100111100101100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C56AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C56AAC; }

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

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

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

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

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

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

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

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