#C45786

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

Shades of Mulberry #C45786

Tints of Mulberry #C45786

Color information

#C45786 (or 0xC45786) is unknown color: approx Mulberry. HEX triplet: C4, 57 and 86. RGB value is (196,87,134). Sum of RGB (Red+Green+Blue) = 196+87+134=417 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.00% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 196 - color contains mainly: red. Hex color #C45786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45786 is #3BA879. Grayscale: #7C7C7C. Windows color (decimal): -3909754 or 8804292. OLE color: 8804292.

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

Color convert

RGB19687134-
CMYK00.560.320.23
HSL334.13º48.02%55.49%-
HSV(B)334.13º55.61%76.86%-
XYZ30.4820.2724.86-
YUV124.95133.11178.68-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.00%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=47.00%
G=20.86%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968713400.560.320.23334.1348.0255.49
HexC45786038201714e3037
Octal30412720607040275166067
Binary11000100101011110000110011100010000010111101001110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45786; }

 p { color: rgb(196,87,134); }

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

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

 a { background-color: rgb(196,87,134); }

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

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

 span { border-color: rgb(196,87,134); }

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