#C45896

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

Shades of Mulberry #C45896

Tints of Mulberry #C45896

Color information

#C45896 (or 0xC45896) is unknown color: approx Mulberry. HEX triplet: C4, 58 and 96. RGB value is (196,88,150). Sum of RGB (Red+Green+Blue) = 196+88+150=434 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.16% from 434); Green value is 88 (34.77% from 255 or 20.28% from 434); Blue value is 150 (58.98% from 255 or 34.56% from 434); Max value from RGB is 196 - color contains mainly: red. Hex color #C45896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45896 is #3BA769. Grayscale: #7F7F7F. Windows color (decimal): -3909482 or 9853124. OLE color: 9853124.

HSL color Cylindrical-coordinate representation of color #C45896: hue angle of 325.56º 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 #C45896 is Cyan = 0, Magento = 0.55, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB19688150-
CMYK00.550.230.23
HSL325.56º47.79%55.69%-
HSV(B)325.56º55.1%76.86%-
XYZ31.7620.9231.22-
YUV127.36140.78176.96-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.16%
GREEN value IS 88 (34.77% from 255) = 20.28%
BLUE value IS 150 (58.98% from 255) = 34.56%
R=45.16%
G=20.28%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968815000.550.230.23325.5647.7955.69
HexC4589603717171463038
Octal30413022606727275066070
Binary1100010010110001001011001101111011110111101000110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45896; }

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

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

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

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

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

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

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

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