#C45690

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

Shades of Mulberry #C45690

Tints of Mulberry #C45690

Color information

#C45690 (or 0xC45690) is unknown color: approx Mulberry. HEX triplet: C4, 56 and 90. RGB value is (196,86,144). Sum of RGB (Red+Green+Blue) = 196+86+144=426 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.01% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 144 (56.64% from 255 or 33.80% from 426); Max value from RGB is 196 - color contains mainly: red. Hex color #C45690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45690 is #3BA96F. Grayscale: #7D7D7D. Windows color (decimal): -3910000 or 9459396. OLE color: 9459396.

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

Color convert

RGB19686144-
CMYK00.560.270.23
HSL328.36º48.25%55.29%-
HSV(B)328.36º56.12%76.86%-
XYZ31.1320.428.68-
YUV125.5138.44178.28-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.01%
GREEN value IS 86 (33.98% from 255) = 20.19%
BLUE value IS 144 (56.64% from 255) = 33.80%
R=46.01%
G=20.19%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968614400.560.270.23328.3648.2555.29
HexC456900381B171483037
Octal30412622007033275106067
Binary1100010010101101001000001110001101110111101001000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45690; }

 p { color: rgb(196,86,144); }

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

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

 a { background-color: rgb(196,86,144); }

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

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

 span { border-color: rgb(196,86,144); }

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