#C16693

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

Shades of Hopbush #C16693

Tints of Hopbush #C16693

Color information

#C16693 (or 0xC16693) is unknown color: approx Hopbush. HEX triplet: C1, 66 and 93. RGB value is (193,102,147). Sum of RGB (Red+Green+Blue) = 193+102+147=442 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.67% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 147 (57.81% from 255 or 33.26% from 442); Max value from RGB is 193 - color contains mainly: red. Hex color #C16693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C16693 is #3E996C. Grayscale: #868686. Windows color (decimal): -4102509 or 9660097. OLE color: 9660097.

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

Color convert

RGB193102147-
CMYK00.470.240.24
HSL330.33º42.33%57.84%-
HSV(B)330.33º47.15%75.69%-
XYZ32.0122.9530.35-
YUV134.34135.15169.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.67%
GREEN value IS 102 (40.23% from 255) = 23.08%
BLUE value IS 147 (57.81% from 255) = 33.26%
R=43.67%
G=23.08%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19310214700.470.240.24330.3342.3357.84
HexC1669302F181814a2a3a
Octal30114622305730305125272
Binary1100000111001101001001101011111100011000101001010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16693; }

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

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

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

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

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

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

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

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