#C16EA4

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

Shades of Hopbush #C16EA4

Tints of Hopbush #C16EA4

Color information

#C16EA4 (or 0xC16EA4) is unknown color: approx Hopbush. HEX triplet: C1, 6E and A4. RGB value is (193,110,164). Sum of RGB (Red+Green+Blue) = 193+110+164=467 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.33% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 164 (64.45% from 255 or 35.12% from 467); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EA4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EA4 is #3E915B. Grayscale: #8C8C8C. Windows color (decimal): -4100444 or 10776257. OLE color: 10776257.

HSL color Cylindrical-coordinate representation of color #C16EA4: hue angle of 320.96º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C16EA4 is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB193110164-
CMYK00.430.150.24
HSL320.96º40.1%59.41%-
HSV(B)320.96º43.01%75.69%-
XYZ34.2725.1738.17-
YUV140.97141165.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.33%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 164 (64.45% from 255) = 35.12%
R=41.33%
G=23.55%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311016400.430.150.24320.9640.159.41
HexC16EA402BF18141283b
Octal30115624405317305015073
Binary110000011101110101001000101011111111000101000001101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EA4; }

 p { color: rgb(193,110,164); }

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

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

 a { background-color: rgb(193,110,164); }

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

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

 span { border-color: rgb(193,110,164); }

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