#C1528B

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

Shades of Mulberry #C1528B

Tints of Mulberry #C1528B

Color information

#C1528B (or 0xC1528B) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 8B. RGB value is (193,82,139). Sum of RGB (Red+Green+Blue) = 193+82+139=414 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.62% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 193 - color contains mainly: red. Hex color #C1528B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1528B is #3EAD74. Grayscale: #797979. Windows color (decimal): -4107637 or 9130689. OLE color: 9130689.

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

Color convert

RGB19382139-
CMYK00.580.280.24
HSL329.19º47.23%53.92%-
HSV(B)329.19º57.51%75.69%-
XYZ29.6719.2426.58-
YUV121.69137.77178.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.62%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=46.62%
G=19.81%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.28
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938213900.580.280.24329.1947.2353.92
HexC1528B03A1C181492f36
Octal30112221307234305115766
Binary1100000110100101000101101110101110011000101001001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1528B; }

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

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

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

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

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

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

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

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