#C14691

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

Shades of Mulberry #C14691

Tints of Mulberry #C14691

Color information

#C14691 (or 0xC14691) is unknown color: approx Mulberry. HEX triplet: C1, 46 and 91. RGB value is (193,70,145). Sum of RGB (Red+Green+Blue) = 193+70+145=408 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.30% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 145 (57.03% from 255 or 35.54% from 408); Max value from RGB is 193 - color contains mainly: red. Hex color #C14691 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14691 is #3EB96E. Grayscale: #737373. Windows color (decimal): -4110703 or 9520833. OLE color: 9520833.

HSL color Cylindrical-coordinate representation of color #C14691: hue angle of 323.41º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14691 is Cyan = 0, Magento = 0.64, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19370145-
CMYK00.640.250.24
HSL323.41º49.8%51.57%-
HSV(B)323.41º63.73%75.69%-
XYZ29.2917.7628.67-
YUV115.33144.75183.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.30%
GREEN value IS 70 (27.73% from 255) = 17.16%
BLUE value IS 145 (57.03% from 255) = 35.54%
R=47.30%
G=17.16%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937014500.640.250.24323.4149.851.57
HexC1469104019181433234
Octal301106221010031305036264
Binary11000001100011010010001010000001100111000101000011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14691; }

 p { color: rgb(193,70,145); }

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

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

 a { background-color: rgb(193,70,145); }

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

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

 span { border-color: rgb(193,70,145); }

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