#C44482

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

Shades of Mulberry #C44482

Tints of Mulberry #C44482

Color information

#C44482 (or 0xC44482) is unknown color: approx Mulberry. HEX triplet: C4, 44 and 82. RGB value is (196,68,130). Sum of RGB (Red+Green+Blue) = 196+68+130=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 68 (26.95% from 255 or 17.26% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C44482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44482 is #3BBB7D. Grayscale: #717171. Windows color (decimal): -3914622 or 8537284. OLE color: 8537284.

HSL color Cylindrical-coordinate representation of color #C44482: hue angle of 330.94º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C44482 is Cyan = 0, Magento = 0.65, Yellow = 0.34 and Black (K on CMYK) = 0.23.

Color convert

RGB19668130-
CMYK00.650.340.23
HSL330.94º52.03%51.76%-
HSV(B)330.94º65.31%76.86%-
XYZ28.8617.4822.97-
YUV113.34137.41186.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 68 (26.95% from 255) = 17.26%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=49.75%
G=17.26%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966813000.650.340.23330.9452.0351.76
HexC44482041221714b3434
Octal304104202010142275136464
Binary110001001000100100000100100000110001010111101001011110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44482; }

 p { color: rgb(196,68,130); }

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

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

 a { background-color: rgb(196,68,130); }

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

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

 span { border-color: rgb(196,68,130); }

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