#C45585

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

Shades of Mulberry #C45585

Tints of Mulberry #C45585

Color information

#C45585 (or 0xC45585) is unknown color: approx Mulberry. HEX triplet: C4, 55 and 85. RGB value is (196,85,133). Sum of RGB (Red+Green+Blue) = 196+85+133=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C45585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45585 is #3BAA7A. Grayscale: #7B7B7B. Windows color (decimal): -3910267 or 8738244. OLE color: 8738244.

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

Color convert

RGB19685133-
CMYK00.570.320.23
HSL334.05º48.47%55.1%-
HSV(B)334.05º56.63%76.86%-
XYZ30.2519.9324.44-
YUV123.66133.27179.6-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=47.34%
G=20.53%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968513300.570.320.23334.0548.4755.1
HexC45585039201714e3037
Octal30412520507140275166067
Binary11000100101010110000101011100110000010111101001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45585; }

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

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

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

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

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

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

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

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