#C16490

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

Shades of Hopbush #C16490

Tints of Hopbush #C16490

Color information

#C16490 (or 0xC16490) is unknown color: approx Hopbush. HEX triplet: C1, 64 and 90. RGB value is (193,100,144). Sum of RGB (Red+Green+Blue) = 193+100+144=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C16490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16490 is #3E9B6F. Grayscale: #848484. Windows color (decimal): -4103024 or 9462977. OLE color: 9462977.

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

Color convert

RGB193100144-
CMYK00.480.250.24
HSL331.61º42.86%57.45%-
HSV(B)331.61º48.19%75.69%-
XYZ31.5822.4729.06-
YUV132.82134.31170.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 100 (39.45% from 255) = 22.88%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=44.16%
G=22.88%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310014400.480.250.24331.6142.8657.45
HexC16490030191814c2b39
Octal30114422006031305145371
Binary1100000111001001001000001100001100111000101001100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16490; }

 p { color: rgb(193,100,144); }

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

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

 a { background-color: rgb(193,100,144); }

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

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

 span { border-color: rgb(193,100,144); }

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