#c14985

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

Shades of Mulberry #C14985

Tints of Mulberry #C14985

Color information

#C14985 (or 0xC14985) is unknown color: approx Mulberry. HEX triplet: C1, 49 and 85. RGB value is (193,73,133). Sum of RGB (Red+Green+Blue) = 193+73+133=399 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.37% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 133 (52.34% from 255 or 33.33% from 399); Max value from RGB is 193 - color contains mainly: red. Hex color #C14985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14985 is #3EB67A. Grayscale: #737373. Windows color (decimal): -4109947 or 8735169. OLE color: 8735169.

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

Color convert

RGB19373133-
CMYK00.620.310.24
HSL330º49.18%52.16%-
HSV(B)330º62.18%75.69%-
XYZ28.6117.824.12-
YUV115.72137.76183.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.37%
GREEN value IS 73 (28.91% from 255) = 18.30%
BLUE value IS 133 (52.34% from 255) = 33.33%
R=48.37%
G=18.30%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937313300.620.310.2433049.1852.16
HexC1498503E1F1814a3134
Octal30111120507637305126164
Binary1100000110010011000010101111101111111000101001010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14985; }

 p { color: rgb(193,73,133); }

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

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

 a { background-color: rgb(193,73,133); }

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

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

 span { border-color: rgb(193,73,133); }

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