#C04690

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

Shades of Mulberry #C04690

Tints of Mulberry #C04690

Color information

#C04690 (or 0xC04690) is unknown color: approx Mulberry. HEX triplet: C0, 46 and 90. RGB value is (192,70,144). Sum of RGB (Red+Green+Blue) = 192+70+144=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 70 (27.73% from 255 or 17.24% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C04690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04690 is #3FB96F. Grayscale: #727272. Windows color (decimal): -4176240 or 9455296. OLE color: 9455296.

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

Color convert

RGB19270144-
CMYK00.640.250.25
HSL323.61º49.19%51.37%-
HSV(B)323.61º63.54%75.29%-
XYZ28.9617.628.26-
YUV114.91144.42182.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 47.29%
GREEN value IS 70 (27.73% from 255) = 17.24%
BLUE value IS 144 (56.64% from 255) = 35.47%
R=47.29%
G=17.24%
B=35.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927014400.640.250.25323.6149.1951.37
HexC0469004019191443133
Octal300106220010031315046163
Binary11000000100011010010000010000001100111001101000100110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04690; }

 p { color: rgb(192,70,144); }

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

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

 a { background-color: rgb(192,70,144); }

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

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

 span { border-color: rgb(192,70,144); }

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