#C14686

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

Shades of Mulberry #C14686

Tints of Mulberry #C14686

Color information

#C14686 (or 0xC14686) is unknown color: approx Mulberry. HEX triplet: C1, 46 and 86. RGB value is (193,70,134). Sum of RGB (Red+Green+Blue) = 193+70+134=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 70 (27.73% from 255 or 17.63% from 397); Blue value is 134 (52.73% from 255 or 33.75% from 397); Max value from RGB is 193 - color contains mainly: red. Hex color #C14686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14686 is #3EB979. Grayscale: #717171. Windows color (decimal): -4110714 or 8799937. OLE color: 8799937.

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

Color convert

RGB19370134-
CMYK00.640.310.24
HSL328.78º49.8%51.57%-
HSV(B)328.78º63.73%75.69%-
XYZ28.4917.4424.42-
YUV114.07139.25184.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 70 (27.73% from 255) = 17.63%
BLUE value IS 134 (52.73% from 255) = 33.75%
R=48.61%
G=17.63%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937013400.640.310.24328.7849.851.57
HexC146860401F181493234
Octal301106206010037305116264
Binary11000001100011010000110010000001111111000101001001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14686; }

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

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

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

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

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

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

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

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