#C04E95

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

Shades of Mulberry #C04E95

Tints of Mulberry #C04E95

Color information

#C04E95 (or 0xC04E95) is unknown color: approx Mulberry. HEX triplet: C0, 4E and 95. RGB value is (192,78,149). Sum of RGB (Red+Green+Blue) = 192+78+149=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 78 (30.86% from 255 or 18.62% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04E95 is #3FB16A. Grayscale: #787878. Windows color (decimal): -4174187 or 9785024. OLE color: 9785024.

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

Color convert

RGB19278149-
CMYK00.590.220.25
HSL322.63º47.5%52.94%-
HSV(B)322.63º59.38%75.29%-
XYZ29.8918.8330.49-
YUV120.18144.27179.23-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.82%
GREEN value IS 78 (30.86% from 255) = 18.62%
BLUE value IS 149 (58.59% from 255) = 35.56%
R=45.82%
G=18.62%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927814900.590.220.25322.6347.552.94
HexC04E9503B16191433035
Octal30011622507326315036065
Binary1100000010011101001010101110111011011001101000011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04E95; }

 p { color: rgb(192,78,149); }

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

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

 a { background-color: rgb(192,78,149); }

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

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

 span { border-color: rgb(192,78,149); }

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