#C44185

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

Shades of Mulberry #C44185

Tints of Mulberry #C44185

Color information

#C44185 (or 0xC44185) is unknown color: approx Mulberry. HEX triplet: C4, 41 and 85. RGB value is (196,65,133). Sum of RGB (Red+Green+Blue) = 196+65+133=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 65 (25.78% from 255 or 16.50% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C44185 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C44185 is #3BBE7A. Grayscale: #6F6F6F. Windows color (decimal): -3915387 or 8733124. OLE color: 8733124.

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

Color convert

RGB19665133-
CMYK00.670.320.23
HSL328.85º52.61%51.18%-
HSV(B)328.85º66.84%76.86%-
XYZ28.8917.2123.99-
YUV111.92139.9187.97-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 65 (25.78% from 255) = 16.50%
BLUE value IS 133 (52.34% from 255) = 33.76%
R=49.75%
G=16.50%
B=33.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966513300.670.320.23328.8552.6151.18
HexC4418504320171493533
Octal304101205010340275116563
Binary110001001000001100001010100001110000010111101001001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C44185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C44185; }

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

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

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

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

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

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

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

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