#C15086

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

Shades of Mulberry #C15086

Tints of Mulberry #C15086

Color information

#C15086 (or 0xC15086) is unknown color: approx Mulberry. HEX triplet: C1, 50 and 86. RGB value is (193,80,134). Sum of RGB (Red+Green+Blue) = 193+80+134=407 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.42% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 193 - color contains mainly: red. Hex color #C15086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15086 is #3EAF79. Grayscale: #777777. Windows color (decimal): -4108154 or 8802497. OLE color: 8802497.

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

Color convert

RGB19380134-
CMYK00.590.310.24
HSL331.33º47.68%53.53%-
HSV(B)331.33º58.55%75.69%-
XYZ29.1618.824.65-
YUV119.94135.94180.11-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.42%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 134 (52.73% from 255) = 32.92%
R=47.42%
G=19.66%
B=32.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938013400.590.310.24331.3347.6853.53
HexC1508603B1F1814b3036
Octal30112020607337305136066
Binary1100000110100001000011001110111111111000101001011110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15086; }

 p { color: rgb(193,80,134); }

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

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

 a { background-color: rgb(193,80,134); }

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

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

 span { border-color: rgb(193,80,134); }

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