#C16296

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

Shades of Hopbush #C16296

Tints of Hopbush #C16296

Color information

#C16296 (or 0xC16296) is unknown color: approx Hopbush. HEX triplet: C1, 62 and 96. RGB value is (193,98,150). Sum of RGB (Red+Green+Blue) = 193+98+150=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 98 (38.67% from 255 or 22.22% from 441); Blue value is 150 (58.98% from 255 or 34.01% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C16296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16296 is #3E9D69. Grayscale: #848484. Windows color (decimal): -4103530 or 9855681. OLE color: 9855681.

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

Color convert

RGB19398150-
CMYK00.490.220.24
HSL327.16º43.38%57.06%-
HSV(B)327.16º49.22%75.69%-
XYZ31.8722.2731.47-
YUV132.33137.97171.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 98 (38.67% from 255) = 22.22%
BLUE value IS 150 (58.98% from 255) = 34.01%
R=43.76%
G=22.22%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939815000.490.220.24327.1643.3857.06
HexC1629603116181472b39
Octal30114222606126305075371
Binary1100000111000101001011001100011011011000101000111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16296; }

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

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

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

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

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

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

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

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