#C45C9B

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

Shades of Mulberry #C45C9B

Tints of Mulberry #C45C9B

Color information

#C45C9B (or 0xC45C9B) is unknown color: approx Mulberry. HEX triplet: C4, 5C and 9B. RGB value is (196,92,155). Sum of RGB (Red+Green+Blue) = 196+92+155=443 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.24% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 155 (60.94% from 255 or 34.99% from 443); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45C9B is #3BA364. Grayscale: #828282. Windows color (decimal): -3908453 or 10181828. OLE color: 10181828.

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

Color convert

RGB19692155-
CMYK00.530.210.23
HSL323.65º46.85%56.47%-
HSV(B)323.65º53.06%76.86%-
XYZ32.5121.7633.5-
YUV130.28141.96174.88-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.24%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 155 (60.94% from 255) = 34.99%
R=44.24%
G=20.77%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969215500.530.210.23323.6546.8556.47
HexC45C9B03515171442f38
Octal30413423306525275045770
Binary1100010010111001001101101101011010110111101000100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C9B; }

 p { color: rgb(196,92,155); }

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

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

 a { background-color: rgb(196,92,155); }

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

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

 span { border-color: rgb(196,92,155); }

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