#C16698

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

Shades of Hopbush #C16698

Tints of Hopbush #C16698

Color information

#C16698 (or 0xC16698) is unknown color: approx Hopbush. HEX triplet: C1, 66 and 98. RGB value is (193,102,152). Sum of RGB (Red+Green+Blue) = 193+102+152=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 102 (40.23% from 255 or 22.82% from 447); Blue value is 152 (59.77% from 255 or 34.00% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C16698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16698 is #3E9967. Grayscale: #868686. Windows color (decimal): -4102504 or 9987777. OLE color: 9987777.

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

Color convert

RGB193102152-
CMYK00.470.210.24
HSL327.03º42.33%57.84%-
HSV(B)327.03º47.15%75.69%-
XYZ32.4123.1132.46-
YUV134.91137.65169.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 102 (40.23% from 255) = 22.82%
BLUE value IS 152 (59.77% from 255) = 34.00%
R=43.18%
G=22.82%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.21
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310215200.470.210.24327.0342.3357.84
HexC1669802F15181472a3a
Octal30114623005725305075272
Binary1100000111001101001100001011111010111000101000111101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16698; }

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

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

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

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

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

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

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

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