#C16399

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

Shades of Hopbush #C16399

Tints of Hopbush #C16399

Color information

#C16399 (or 0xC16399) is unknown color: approx Hopbush. HEX triplet: C1, 63 and 99. RGB value is (193,99,153). Sum of RGB (Red+Green+Blue) = 193+99+153=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 99 (39.06% from 255 or 22.25% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C16399 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16399 is #3E9C66. Grayscale: #858585. Windows color (decimal): -4103271 or 10052545. OLE color: 10052545.

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

Color convert

RGB19399153-
CMYK00.490.210.24
HSL325.53º43.12%57.25%-
HSV(B)325.53º48.7%75.69%-
XYZ32.222.5632.79-
YUV133.26139.14170.61-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 99 (39.06% from 255) = 22.25%
BLUE value IS 153 (60.16% from 255) = 34.38%
R=43.37%
G=22.25%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939915300.490.210.24325.5343.1257.25
HexC1639903115181462b39
Octal30114323106125305065371
Binary1100000111000111001100101100011010111000101000110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16399; }

 p { color: rgb(193,99,153); }

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

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

 a { background-color: rgb(193,99,153); }

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

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

 span { border-color: rgb(193,99,153); }

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