#C1549A

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

Shades of Mulberry #C1549A

Tints of Mulberry #C1549A

Color information

#C1549A (or 0xC1549A) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 9A. RGB value is (193,84,154). Sum of RGB (Red+Green+Blue) = 193+84+154=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549A is #3EAB65. Grayscale: #7C7C7C. Windows color (decimal): -4107110 or 10114241. OLE color: 10114241.

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

Color convert

RGB19384154-
CMYK00.560.200.24
HSL321.47º46.78%54.31%-
HSV(B)321.47º56.48%75.69%-
XYZ3120.0132.8-
YUV124.57144.61176.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.78%
GREEN value IS 84 (33.20% from 255) = 19.49%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=44.78%
G=19.49%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938415400.560.200.24321.4746.7854.31
HexC1549A03814181412f36
Octal30112423207024305015766
Binary1100000110101001001101001110001010011000101000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1549A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1549A; }

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

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

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

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

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

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

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

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