#C1549C

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

Shades of Mulberry #C1549C

Tints of Mulberry #C1549C

Color information

#C1549C (or 0xC1549C) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 9C. RGB value is (193,84,156). Sum of RGB (Red+Green+Blue) = 193+84+156=433 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.57% from 433); Green value is 84 (33.20% from 255 or 19.40% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 193 - color contains mainly: red. Hex color #C1549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1549C is #3EAB63. Grayscale: #7C7C7C. Windows color (decimal): -4107108 or 10245313. OLE color: 10245313.

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

Color convert

RGB19384156-
CMYK00.560.190.24
HSL320.37º46.78%54.31%-
HSV(B)320.37º56.48%75.69%-
XYZ31.1620.0833.69-
YUV124.8145.61176.65-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.57%
GREEN value IS 84 (33.20% from 255) = 19.40%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=44.57%
G=19.40%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938415600.560.190.24320.3746.7854.31
HexC1549C03813181402f36
Octal30112423407023305005766
Binary1100000110101001001110001110001001111000101000000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1549C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1549C; }

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

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

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

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

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

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

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

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