#C04282

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

Shades of Mulberry #C04282

Tints of Mulberry #C04282

Color information

#C04282 (or 0xC04282) is unknown color: approx Mulberry. HEX triplet: C0, 42 and 82. RGB value is (192,66,130). Sum of RGB (Red+Green+Blue) = 192+66+130=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 66 (26.17% from 255 or 17.01% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04282 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04282 is #3FBD7D. Grayscale: #6E6E6E. Windows color (decimal): -4177278 or 8536768. OLE color: 8536768.

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

Color convert

RGB19266130-
CMYK00.660.320.25
HSL329.52º50%50.59%-
HSV(B)329.52º65.62%75.29%-
XYZ27.7216.7122.88-
YUV110.97138.74185.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 66 (26.17% from 255) = 17.01%
BLUE value IS 130 (51.17% from 255) = 33.51%
R=49.48%
G=17.01%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.32
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926613000.660.320.25329.525050.59
HexC04282042201914a3233
Octal300102202010240315126263
Binary110000001000010100000100100001010000011001101001010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04282; }

 p { color: rgb(192,66,130); }

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

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

 a { background-color: rgb(192,66,130); }

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

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

 span { border-color: rgb(192,66,130); }

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