#C1528D

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

Shades of Mulberry #C1528D

Tints of Mulberry #C1528D

Color information

#C1528D (or 0xC1528D) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 8D. RGB value is (193,82,141). Sum of RGB (Red+Green+Blue) = 193+82+141=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 82 (32.42% from 255 or 19.71% from 416); Blue value is 141 (55.47% from 255 or 33.89% from 416); Max value from RGB is 193 - color contains mainly: red. Hex color #C1528D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1528D is #3EAD72. Grayscale: #797979. Windows color (decimal): -4107635 or 9261761. OLE color: 9261761.

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

Color convert

RGB19382141-
CMYK00.580.270.24
HSL328.11º47.23%53.92%-
HSV(B)328.11º57.51%75.69%-
XYZ29.8219.327.35-
YUV121.92138.77178.7-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.39%
GREEN value IS 82 (32.42% from 255) = 19.71%
BLUE value IS 141 (55.47% from 255) = 33.89%
R=46.39%
G=19.71%
B=33.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.27
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938214100.580.270.24328.1147.2353.92
HexC1528D03A1B181482f36
Octal30112221507233305105766
Binary1100000110100101000110101110101101111000101001000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1528D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1528D; }

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

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

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

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

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

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

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

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