#C16294

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

Shades of Hopbush #C16294

Tints of Hopbush #C16294

Color information

#C16294 (or 0xC16294) is unknown color: approx Hopbush. HEX triplet: C1, 62 and 94. RGB value is (193,98,148). Sum of RGB (Red+Green+Blue) = 193+98+148=439 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.96% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 148 (58.20% from 255 or 33.71% from 439); Max value from RGB is 193 - color contains mainly: red. Hex color #C16294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16294 is #3E9D6B. Grayscale: #848484. Windows color (decimal): -4103532 or 9724609. OLE color: 9724609.

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

Color convert

RGB19398148-
CMYK00.490.230.24
HSL328.42º43.38%57.06%-
HSV(B)328.42º49.22%75.69%-
XYZ31.7122.2130.63-
YUV132.11136.97171.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.96%
GREEN value IS 98 (38.67% from 255) = 22.32%
BLUE value IS 148 (58.20% from 255) = 33.71%
R=43.96%
G=22.32%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939814800.490.230.24328.4243.3857.06
HexC1629403117181482b39
Octal30114222406127305105371
Binary1100000111000101001010001100011011111000101001000101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16294; }

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

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

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

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

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

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

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

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