#C15490

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

Shades of Mulberry #C15490

Tints of Mulberry #C15490

Color information

#C15490 (or 0xC15490) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 90. RGB value is (193,84,144). Sum of RGB (Red+Green+Blue) = 193+84+144=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 84 (33.20% from 255 or 19.95% from 421); Blue value is 144 (56.64% from 255 or 34.20% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C15490 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15490 is #3EAB6F. Grayscale: #7B7B7B. Windows color (decimal): -4107120 or 9458881. OLE color: 9458881.

HSL color Cylindrical-coordinate representation of color #C15490: hue angle of 326.97º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C15490 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB19384144-
CMYK00.560.250.24
HSL326.97º46.78%54.31%-
HSV(B)326.97º56.48%75.69%-
XYZ30.219.6928.59-
YUV123.43139.61177.62-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 84 (33.20% from 255) = 19.95%
BLUE value IS 144 (56.64% from 255) = 34.20%
R=45.84%
G=19.95%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938414400.560.250.24326.9746.7854.31
HexC1549003819181472f36
Octal30112422007031305075766
Binary1100000110101001001000001110001100111000101000111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15490; }

 p { color: rgb(193,84,144); }

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

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

 a { background-color: rgb(193,84,144); }

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

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

 span { border-color: rgb(193,84,144); }

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