#C16691

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

Shades of Hopbush #C16691

Tints of Hopbush #C16691

Color information

#C16691 (or 0xC16691) is unknown color: approx Hopbush. HEX triplet: C1, 66 and 91. RGB value is (193,102,145). Sum of RGB (Red+Green+Blue) = 193+102+145=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 145 (57.03% from 255 or 32.95% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C16691 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16691 is #3E996E. Grayscale: #868686. Windows color (decimal): -4102511 or 9529025. OLE color: 9529025.

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

Color convert

RGB193102145-
CMYK00.470.250.24
HSL331.65º42.33%57.84%-
HSV(B)331.65º47.15%75.69%-
XYZ31.8522.8829.53-
YUV134.11134.15170-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 145 (57.03% from 255) = 32.95%
R=43.86%
G=23.18%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310214500.470.250.24331.6542.3357.84
HexC1669102F191814c2a3a
Octal30114622105731305145272
Binary1100000111001101001000101011111100111000101001100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16691; }

 p { color: rgb(193,102,145); }

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

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

 a { background-color: rgb(193,102,145); }

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

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

 span { border-color: rgb(193,102,145); }

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