#C44D85

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

Shades of Mulberry #C44D85

Tints of Mulberry #C44D85

Color information

#C44D85 (or 0xC44D85) is unknown color: approx Mulberry. HEX triplet: C4, 4D and 85. RGB value is (196,77,133). Sum of RGB (Red+Green+Blue) = 196+77+133=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 77 (30.47% from 255 or 18.97% from 406); Blue value is 133 (52.34% from 255 or 32.76% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C44D85 is #3BB27A. Grayscale: #767676. Windows color (decimal): -3912315 or 8736196. OLE color: 8736196.

HSL color Cylindrical-coordinate representation of color #C44D85: hue angle of 331.76º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D85 is Cyan = 0, Magento = 0.61, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19677133-
CMYK00.610.320.23
HSL331.76º50.21%53.53%-
HSV(B)331.76º60.71%76.86%-
XYZ29.6518.7424.24-
YUV118.96135.92182.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 77 (30.47% from 255) = 18.97%
BLUE value IS 133 (52.34% from 255) = 32.76%
R=48.28%
G=18.97%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1967713300.610.320.23331.7650.2153.53
HexC44D8503D201714c3236
Octal30411520507540275146266
Binary11000100100110110000101011110110000010111101001100110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44D85; }

 p { color: rgb(196,77,133); }

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

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

 a { background-color: rgb(196,77,133); }

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

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

 span { border-color: rgb(196,77,133); }

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