#C04496

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

Shades of Mulberry #C04496

Tints of Mulberry #C04496

Color information

#C04496 (or 0xC04496) is unknown color: approx Mulberry. HEX triplet: C0, 44 and 96. RGB value is (192,68,150). Sum of RGB (Red+Green+Blue) = 192+68+150=410 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.83% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 192 - color contains mainly: red. Hex color #C04496 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04496 is #3FBB69. Grayscale: #727272. Windows color (decimal): -4176746 or 9848000. OLE color: 9848000.

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

Color convert

RGB19268150-
CMYK00.650.220.25
HSL320.32º49.6%50.98%-
HSV(B)320.32º64.58%75.29%-
XYZ29.3117.5430.7-
YUV114.42148.08183.33-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.83%
GREEN value IS 68 (26.95% from 255) = 16.59%
BLUE value IS 150 (58.98% from 255) = 36.59%
R=46.83%
G=16.59%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926815000.650.220.25320.3249.650.98
HexC0449604116191403233
Octal300104226010126315006263
Binary11000000100010010010110010000011011011001101000000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04496; }

 p { color: rgb(192,68,150); }

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

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

 a { background-color: rgb(192,68,150); }

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

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

 span { border-color: rgb(192,68,150); }

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