#C166A8

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

Shades of Hopbush #C166A8

Tints of Hopbush #C166A8

Color information

#C166A8 (or 0xC166A8) is unknown color: approx Hopbush. HEX triplet: C1, 66 and A8. RGB value is (193,102,168). Sum of RGB (Red+Green+Blue) = 193+102+168=463 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.68% from 463); Green value is 102 (40.23% from 255 or 22.03% from 463); Blue value is 168 (66.02% from 255 or 36.29% from 463); Max value from RGB is 193 - color contains mainly: red. Hex color #C166A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C166A8 is #3E9957. Grayscale: #888888. Windows color (decimal): -4102488 or 11036353. OLE color: 11036353.

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

Color convert

RGB193102168-
CMYK00.470.130.24
HSL316.48º42.33%57.84%-
HSV(B)316.48º47.15%75.69%-
XYZ33.8123.6739.83-
YUV136.73145.65168.13-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.68%
GREEN value IS 102 (40.23% from 255) = 22.03%
BLUE value IS 168 (66.02% from 255) = 36.29%
R=41.68%
G=22.03%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310216800.470.130.24316.4842.3357.84
HexC166A802FD1813c2a3a
Octal30114625005715304745272
Binary110000011100110101010000101111110111000100111100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C166A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C166A8; }

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

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

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

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

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

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

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

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