#C1548A

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

Shades of Mulberry #C1548A

Tints of Mulberry #C1548A

Color information

#C1548A (or 0xC1548A) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 8A. RGB value is (193,84,138). Sum of RGB (Red+Green+Blue) = 193+84+138=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 84 (33.20% from 255 or 20.24% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C1548A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1548A is #3EAB75. Grayscale: #7A7A7A. Windows color (decimal): -4107126 or 9065665. OLE color: 9065665.

HSL color Cylindrical-coordinate representation of color #C1548A: hue angle of 330.28º 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 #C1548A is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.24.

Color convert

RGB19384138-
CMYK00.560.280.24
HSL330.28º46.78%54.31%-
HSV(B)330.28º56.48%75.69%-
XYZ29.7519.5126.24-
YUV122.75136.61178.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 84 (33.20% from 255) = 20.24%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=46.51%
G=20.24%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938413800.560.280.24330.2846.7854.31
HexC1548A0381C1814a2f36
Octal30112421207034305125766
Binary1100000110101001000101001110001110011000101001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1548A; }

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

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

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

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

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

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

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

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