#c45097

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

Shades of Mulberry #C45097

Tints of Mulberry #C45097

Color information

#C45097 (or 0xC45097) is unknown color: approx Mulberry. HEX triplet: C4, 50 and 97. RGB value is (196,80,151). Sum of RGB (Red+Green+Blue) = 196+80+151=427 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.90% from 427); Green value is 80 (31.64% from 255 or 18.74% from 427); Blue value is 151 (59.38% from 255 or 35.36% from 427); Max value from RGB is 196 - color contains mainly: red. Hex color #C45097 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45097 is #3BAF68. Grayscale: #7A7A7A. Windows color (decimal): -3911529 or 9916612. OLE color: 9916612.

HSL color Cylindrical-coordinate representation of color #C45097: hue angle of 323.28º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45097 is Cyan = 0, Magento = 0.59, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB19680151-
CMYK00.590.230.23
HSL323.28º49.57%54.12%-
HSV(B)323.28º59.18%76.86%-
XYZ31.2219.7131.44-
YUV122.78143.93180.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.90%
GREEN value IS 80 (31.64% from 255) = 18.74%
BLUE value IS 151 (59.38% from 255) = 35.36%
R=45.90%
G=18.74%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968015100.590.230.23323.2849.5754.12
HexC4509703B17171433236
Octal30412022707327275036266
Binary1100010010100001001011101110111011110111101000011110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45097; }

 p { color: rgb(196,80,151); }

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

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

 a { background-color: rgb(196,80,151); }

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

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

 span { border-color: rgb(196,80,151); }

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