#C16696

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

Shades of Hopbush #C16696

Tints of Hopbush #C16696

Color information

#C16696 (or 0xC16696) is unknown color: approx Hopbush. HEX triplet: C1, 66 and 96. RGB value is (193,102,150). Sum of RGB (Red+Green+Blue) = 193+102+150=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 102 (40.23% from 255 or 22.92% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C16696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16696 is #3E9969. Grayscale: #868686. Windows color (decimal): -4102506 or 9856705. OLE color: 9856705.

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

Color convert

RGB193102150-
CMYK00.470.220.24
HSL328.35º42.33%57.84%-
HSV(B)328.35º47.15%75.69%-
XYZ32.2523.0431.6-
YUV134.68136.65169.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 102 (40.23% from 255) = 22.92%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=43.37%
G=22.92%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310215000.470.220.24328.3542.3357.84
HexC1669602F16181482a3a
Octal30114622605726305105272
Binary1100000111001101001011001011111011011000101001000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16696; }

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

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

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

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

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

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

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

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