#C04887

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

Shades of Mulberry #C04887

Tints of Mulberry #C04887

Color information

#C04887 (or 0xC04887) is unknown color: approx Mulberry. HEX triplet: C0, 48 and 87. RGB value is (192,72,135). Sum of RGB (Red+Green+Blue) = 192+72+135=399 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.12% from 399); Green value is 72 (28.52% from 255 or 18.05% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 192 - color contains mainly: red. Hex color #C04887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04887 is #3FB778. Grayscale: #727272. Windows color (decimal): -4175737 or 8865984. OLE color: 8865984.

HSL color Cylindrical-coordinate representation of color #C04887: hue angle of 328.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 #C04887 is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB19272135-
CMYK00.630.300.25
HSL328.5º48.78%51.76%-
HSV(B)328.5º62.5%75.29%-
XYZ28.4317.5924.82-
YUV115.06139.26182.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.12%
GREEN value IS 72 (28.52% from 255) = 18.05%
BLUE value IS 135 (53.12% from 255) = 33.83%
R=48.12%
G=18.05%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927213500.630.300.25328.548.7851.76
HexC0488703F1E191483134
Octal30011020707736315106164
Binary1100000010010001000011101111111111011001101001000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04887; }

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

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

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

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

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

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

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

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