#C15485

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

Shades of Mulberry #C15485

Tints of Mulberry #C15485

Color information

#C15485 (or 0xC15485) is unknown color: approx Mulberry. HEX triplet: C1, 54 and 85. RGB value is (193,84,133). Sum of RGB (Red+Green+Blue) = 193+84+133=410 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.07% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 193 - color contains mainly: red. Hex color #C15485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15485 is #3EAB7A. Grayscale: #7A7A7A. Windows color (decimal): -4107131 or 8737985. OLE color: 8737985.

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

Color convert

RGB19384133-
CMYK00.560.310.24
HSL333.03º46.78%54.31%-
HSV(B)333.03º56.48%75.69%-
XYZ29.419.3724.38-
YUV122.18134.11178.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.07%
GREEN value IS 84 (33.20% from 255) = 20.49%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=47.07%
G=20.49%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938413300.560.310.24333.0346.7854.31
HexC154850381F1814d2f36
Octal30112420507037305155766
Binary1100000110101001000010101110001111111000101001101101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15485; }

 p { color: rgb(193,84,133); }

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

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

 a { background-color: rgb(193,84,133); }

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

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

 span { border-color: rgb(193,84,133); }

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