#C157A5

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

Shades of Mulberry #C157A5

Tints of Mulberry #C157A5

Color information

#C157A5 (or 0xC157A5) is unknown color: approx Mulberry. HEX triplet: C1, 57 and A5. RGB value is (193,87,165). Sum of RGB (Red+Green+Blue) = 193+87+165=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 165 (64.84% from 255 or 37.08% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C157A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C157A5 is #3EA85A. Grayscale: #7F7F7F. Windows color (decimal): -4106331 or 10835905. OLE color: 10835905.

HSL color Cylindrical-coordinate representation of color #C157A5: hue angle of 315.85º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C157A5 is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.24.

Color convert

RGB19387165-
CMYK00.550.150.24
HSL315.85º46.09%54.9%-
HSV(B)315.85º54.92%75.69%-
XYZ32.1920.8737.93-
YUV127.59149.12174.66-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 87 (34.38% from 255) = 19.55%
BLUE value IS 165 (64.84% from 255) = 37.08%
R=43.37%
G=19.55%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938716500.550.150.24315.8546.0954.9
HexC157A5037F1813c2e37
Octal30112724506717304745667
Binary110000011010111101001010110111111111000100111100101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C157A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C157A5; }

 p { color: rgb(193,87,165); }

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

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

 a { background-color: rgb(193,87,165); }

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

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

 span { border-color: rgb(193,87,165); }

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