#C16FA6

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

Shades of Hopbush #C16FA6

Tints of Hopbush #C16FA6

Color information

#C16FA6 (or 0xC16FA6) is unknown color: approx Hopbush. HEX triplet: C1, 6F and A6. RGB value is (193,111,166). Sum of RGB (Red+Green+Blue) = 193+111+166=470 (62% of max value = 765). Red value is 193 (75.78% from 255 or 41.06% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 166 (65.23% from 255 or 35.32% from 470); Max value from RGB is 193 - color contains mainly: red. Hex color #C16FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16FA6 is #3E9059. Grayscale: #8D8D8D. Windows color (decimal): -4100186 or 10907585. OLE color: 10907585.

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

Color convert

RGB193111166-
CMYK00.420.140.24
HSL319.76º39.81%59.61%-
HSV(B)319.76º42.49%75.69%-
XYZ34.5625.4639.17-
YUV141.79141.67164.53-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 41.06%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 166 (65.23% from 255) = 35.32%
R=41.06%
G=23.62%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19311116600.420.140.24319.7639.8159.61
HexC16FA602AE18140283c
Octal30115724605216305005074
Binary110000011101111101001100101010111011000101000000101000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16FA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16FA6; }

 p { color: rgb(193,111,166); }

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

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

 a { background-color: rgb(193,111,166); }

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

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

 span { border-color: rgb(193,111,166); }

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