#C14796

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

Shades of Mulberry #C14796

Tints of Mulberry #C14796

Color information

#C14796 (or 0xC14796) is unknown color: approx Mulberry. HEX triplet: C1, 47 and 96. RGB value is (193,71,150). Sum of RGB (Red+Green+Blue) = 193+71+150=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 150 (58.98% from 255 or 36.23% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C14796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C14796 is #3EB869. Grayscale: #747474. Windows color (decimal): -4110442 or 9848769. OLE color: 9848769.

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

Color convert

RGB19371150-
CMYK00.630.220.24
HSL321.15º49.59%51.76%-
HSV(B)321.15º63.21%75.69%-
XYZ29.7518.0530.77-
YUV116.48146.92182.58-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 71 (28.12% from 255) = 17.15%
BLUE value IS 150 (58.98% from 255) = 36.23%
R=46.62%
G=17.15%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1937115000.630.220.24321.1549.5951.76
HexC1479603F16181413234
Octal30110722607726305016264
Binary1100000110001111001011001111111011011000101000001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14796; }

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

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

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

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

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

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

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

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