#C16194

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

Shades of Hopbush #C16194

Tints of Hopbush #C16194

Color information

#C16194 (or 0xC16194) is unknown color: approx Hopbush. HEX triplet: C1, 61 and 94. RGB value is (193,97,148). Sum of RGB (Red+Green+Blue) = 193+97+148=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C16194 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16194 is #3E9E6B. Grayscale: #838383. Windows color (decimal): -4103788 or 9724353. OLE color: 9724353.

HSL color Cylindrical-coordinate representation of color #C16194: hue angle of 328.12º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C16194 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB19397148-
CMYK00.500.230.24
HSL328.12º43.64%56.86%-
HSV(B)328.12º49.74%75.69%-
XYZ31.6122.0230.6-
YUV131.52137.3171.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.06%
GREEN value IS 97 (38.28% from 255) = 22.15%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=44.06%
G=22.15%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939714800.500.230.24328.1243.6456.86
HexC1619403217181482c39
Octal30114122406227305105471
Binary1100000111000011001010001100101011111000101001000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16194; }

 p { color: rgb(193,97,148); }

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

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

 a { background-color: rgb(193,97,148); }

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

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

 span { border-color: rgb(193,97,148); }

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