#C16EA2

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

Shades of Hopbush #C16EA2

Tints of Hopbush #C16EA2

Color information

#C16EA2 (or 0xC16EA2) is unknown color: approx Hopbush. HEX triplet: C1, 6E and A2. RGB value is (193,110,162). Sum of RGB (Red+Green+Blue) = 193+110+162=465 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.51% from 465); Green value is 110 (43.36% from 255 or 23.66% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 193 - color contains mainly: red. Hex color #C16EA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16EA2 is #3E915D. Grayscale: #8C8C8C. Windows color (decimal): -4100446 or 10645185. OLE color: 10645185.

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

Color convert

RGB193110162-
CMYK00.430.160.24
HSL322.41º40.1%59.41%-
HSV(B)322.41º43.01%75.69%-
XYZ34.0925.137.23-
YUV140.74140165.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.51%
GREEN value IS 110 (43.36% from 255) = 23.66%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=41.51%
G=23.66%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311016200.430.160.24322.4140.159.41
HexC16EA202B1018142283b
Octal30115624205320305025073
Binary1100000111011101010001001010111000011000101000010101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16EA2; }

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

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

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

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

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

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

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

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