#C45496

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

Shades of Mulberry #C45496

Tints of Mulberry #C45496

Color information

#C45496 (or 0xC45496) is unknown color: approx Mulberry. HEX triplet: C4, 54 and 96. RGB value is (196,84,150). Sum of RGB (Red+Green+Blue) = 196+84+150=430 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.58% from 430); Green value is 84 (33.20% from 255 or 19.53% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 196 - color contains mainly: red. Hex color #C45496 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45496 is #3BAB69. Grayscale: #7C7C7C. Windows color (decimal): -3910506 or 9852100. OLE color: 9852100.

HSL color Cylindrical-coordinate representation of color #C45496: hue angle of 324.64º degrees, saturation: 0.49, 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 #C45496 is Cyan = 0, Magento = 0.57, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB19684150-
CMYK00.570.230.23
HSL324.64º48.7%54.9%-
HSV(B)324.64º57.14%76.86%-
XYZ31.4420.2831.11-
YUV125.01142.11178.63-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.58%
GREEN value IS 84 (33.20% from 255) = 19.53%
BLUE value IS 150 (58.98% from 255) = 34.88%
R=45.58%
G=19.53%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968415000.570.230.23324.6448.754.9
HexC4549603917171453137
Octal30412422607127275056167
Binary1100010010101001001011001110011011110111101000101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45496; }

 p { color: rgb(196,84,150); }

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

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

 a { background-color: rgb(196,84,150); }

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

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

 span { border-color: rgb(196,84,150); }

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