#C14096

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

Shades of Mulberry #C14096

Tints of Mulberry #C14096

Color information

#C14096 (or 0xC14096) is unknown color: approx Mulberry. HEX triplet: C1, 40 and 96. RGB value is (193,64,150). Sum of RGB (Red+Green+Blue) = 193+64+150=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 64 (25.39% from 255 or 15.72% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C14096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14096 is #3EBF69. Grayscale: #707070. Windows color (decimal): -4112234 or 9846977. OLE color: 9846977.

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

Color convert

RGB19364150-
CMYK00.670.220.24
HSL320º50.99%50.39%-
HSV(B)320º66.84%75.69%-
XYZ29.3317.2130.63-
YUV112.38149.24185.51-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 64 (25.39% from 255) = 15.72%
BLUE value IS 150 (58.98% from 255) = 36.86%
R=47.42%
G=15.72%
B=36.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936415000.670.220.2432050.9950.39
HexC1409604316181403332
Octal301100226010326305006362
Binary11000001100000010010110010000111011011000101000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14096; }

 p { color: rgb(193,64,150); }

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

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

 a { background-color: rgb(193,64,150); }

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

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

 span { border-color: rgb(193,64,150); }

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