#C46AA4

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

Shades of Hopbush #C46AA4

Tints of Hopbush #C46AA4

Color information

#C46AA4 (or 0xC46AA4) is unknown color: approx Hopbush. HEX triplet: C4, 6A and A4. RGB value is (196,106,164). Sum of RGB (Red+Green+Blue) = 196+106+164=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 106 (41.80% from 255 or 22.75% from 466); Blue value is 164 (64.45% from 255 or 35.19% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C46AA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C46AA4 is #3B955B. Grayscale: #8B8B8B. Windows color (decimal): -3904860 or 10775236. OLE color: 10775236.

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

Color convert

RGB196106164-
CMYK00.460.160.23
HSL321.33º43.27%59.22%-
HSV(B)321.33º45.92%76.86%-
XYZ34.6224.7238.07-
YUV139.52141.82168.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 106 (41.80% from 255) = 22.75%
BLUE value IS 164 (64.45% from 255) = 35.19%
R=42.06%
G=22.75%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610616400.460.160.23321.3343.2759.22
HexC46AA402E10171412b3b
Octal30415224405620275015373
Binary1100010011010101010010001011101000010111101000001101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46AA4; }

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

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

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

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

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

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

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

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