#C45994

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

Shades of Mulberry #C45994

Tints of Mulberry #C45994

Color information

#C45994 (or 0xC45994) is unknown color: approx Mulberry. HEX triplet: C4, 59 and 94. RGB value is (196,89,148). Sum of RGB (Red+Green+Blue) = 196+89+148=433 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.27% from 433); Green value is 89 (35.16% from 255 or 20.55% from 433); Blue value is 148 (58.20% from 255 or 34.18% from 433); Max value from RGB is 196 - color contains mainly: red. Hex color #C45994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45994 is #3BA66B. Grayscale: #7F7F7F. Windows color (decimal): -3909228 or 9722308. OLE color: 9722308.

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

Color convert

RGB19689148-
CMYK00.550.240.23
HSL326.92º47.56%55.88%-
HSV(B)326.92º54.59%76.86%-
XYZ31.6821.0230.4-
YUV127.72139.45176.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.27%
GREEN value IS 89 (35.16% from 255) = 20.55%
BLUE value IS 148 (58.20% from 255) = 34.18%
R=45.27%
G=20.55%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968914800.550.240.23326.9247.5655.88
HexC4599403718171473038
Octal30413122406730275076070
Binary1100010010110011001010001101111100010111101000111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45994; }

 p { color: rgb(196,89,148); }

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

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

 a { background-color: rgb(196,89,148); }

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

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

 span { border-color: rgb(196,89,148); }

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