#C16896

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

Shades of Hopbush #C16896

Tints of Hopbush #C16896

Color information

#C16896 (or 0xC16896) is unknown color: approx Hopbush. HEX triplet: C1, 68 and 96. RGB value is (193,104,150). Sum of RGB (Red+Green+Blue) = 193+104+150=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 104 (41.02% from 255 or 23.27% from 447); Blue value is 150 (58.98% from 255 or 33.56% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C16896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16896 is #3E9769. Grayscale: #878787. Windows color (decimal): -4101994 or 9857217. OLE color: 9857217.

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

Color convert

RGB193104150-
CMYK00.460.220.24
HSL328.99º41.78%58.24%-
HSV(B)328.99º46.11%75.69%-
XYZ32.4523.4431.67-
YUV135.85135.99168.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 104 (41.02% from 255) = 23.27%
BLUE value IS 150 (58.98% from 255) = 33.56%
R=43.18%
G=23.27%
B=33.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310415000.460.220.24328.9941.7858.24
HexC1689602E16181492a3a
Octal30115022605626305115272
Binary1100000111010001001011001011101011011000101001001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16896; }

 p { color: rgb(193,104,150); }

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

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

 a { background-color: rgb(193,104,150); }

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

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

 span { border-color: rgb(193,104,150); }

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