#C15388

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

Shades of Mulberry #C15388

Tints of Mulberry #C15388

Color information

#C15388 (or 0xC15388) is unknown color: approx Mulberry. HEX triplet: C1, 53 and 88. RGB value is (193,83,136). Sum of RGB (Red+Green+Blue) = 193+83+136=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 136 (53.52% from 255 or 33.01% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C15388 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15388 is #3EAC77. Grayscale: #797979. Windows color (decimal): -4107384 or 8934337. OLE color: 8934337.

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

Color convert

RGB19383136-
CMYK00.570.300.24
HSL331.09º47.01%54.12%-
HSV(B)331.09º56.99%75.69%-
XYZ29.5319.325.46-
YUV121.93135.94178.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 136 (53.52% from 255) = 33.01%
R=46.84%
G=20.15%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938313600.570.300.24331.0947.0154.12
HexC153880391E1814b2f36
Octal30112321007136305135766
Binary1100000110100111000100001110011111011000101001011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15388; }

 p { color: rgb(193,83,136); }

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

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

 a { background-color: rgb(193,83,136); }

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

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

 span { border-color: rgb(193,83,136); }

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