#C04883

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

Shades of Mulberry #C04883

Tints of Mulberry #C04883

Color information

#C04883 (or 0xC04883) is unknown color: approx Mulberry. HEX triplet: C0, 48 and 83. RGB value is (192,72,131). Sum of RGB (Red+Green+Blue) = 192+72+131=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04883 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04883 is #3FB77C. Grayscale: #727272. Windows color (decimal): -4175741 or 8603840. OLE color: 8603840.

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

Color convert

RGB19272131-
CMYK00.630.320.25
HSL330.5º48.78%51.76%-
HSV(B)330.5º62.5%75.29%-
XYZ28.1517.4823.36-
YUV114.61137.26183.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 72 (28.52% from 255) = 18.23%
BLUE value IS 131 (51.56% from 255) = 33.16%
R=48.61%
G=18.23%
B=33.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927213100.630.320.25330.548.7851.76
HexC0488303F201914a3134
Octal30011020307740315126164
Binary11000000100100010000011011111110000011001101001010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04883; }

 p { color: rgb(192,72,131); }

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

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

 a { background-color: rgb(192,72,131); }

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

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

 span { border-color: rgb(192,72,131); }

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