#C1548B

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

Shades of Mulberry #C1548B

Tints of Mulberry #C1548B

Color information

#C1548B (or 0xC1548B) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 8B. RGB value is (193,84,139). Sum of RGB (Red+Green+Blue) = 193+84+139=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 84 (33.20% from 255 or 20.19% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1548B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1548B is #3EAB74. Grayscale: #7A7A7A. Windows color (decimal): -4107125 or 9131201. OLE color: 9131201.

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

Color convert

RGB19384139-
CMYK00.560.280.24
HSL329.72º46.78%54.31%-
HSV(B)329.72º56.48%75.69%-
XYZ29.8219.5426.63-
YUV122.86137.11178.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 84 (33.20% from 255) = 20.19%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=46.39%
G=20.19%
B=33.41%

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
Decimal1938413900.560.280.24329.7246.7854.31
HexC1548B0381C1814a2f36
Octal30112421307034305125766
Binary1100000110101001000101101110001110011000101001010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1548B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1548B; }

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

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

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

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

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

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

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

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