#C04388

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

Shades of Mulberry #C04388

Tints of Mulberry #C04388

Color information

#C04388 (or 0xC04388) is unknown color: approx Mulberry. HEX triplet: C0, 43 and 88. RGB value is (192,67,136). Sum of RGB (Red+Green+Blue) = 192+67+136=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 136 (53.52% from 255 or 34.43% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04388 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04388 is #3FBC77. Grayscale: #707070. Windows color (decimal): -4177016 or 8930240. OLE color: 8930240.

HSL color Cylindrical-coordinate representation of color #C04388: hue angle of 326.88º 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 #C04388 is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB19267136-
CMYK00.650.290.25
HSL326.88º49.8%50.78%-
HSV(B)326.88º65.1%75.29%-
XYZ28.191725.09-
YUV112.24141.41184.89-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 67 (26.56% from 255) = 16.96%
BLUE value IS 136 (53.52% from 255) = 34.43%
R=48.61%
G=16.96%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926713600.650.290.25326.8849.850.78
HexC043880411D191473233
Octal300103210010135315076263
Binary11000000100001110001000010000011110111001101000111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04388; }

 p { color: rgb(192,67,136); }

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

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

 a { background-color: rgb(192,67,136); }

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

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

 span { border-color: rgb(192,67,136); }

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