#C15682

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

Shades of Mulberry #C15682

Tints of Mulberry #C15682

Color information

#C15682 (or 0xC15682) is unknown color: approx Mulberry. HEX triplet: C1, 56 and 82. RGB value is (193,86,130). Sum of RGB (Red+Green+Blue) = 193+86+130=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 130 (51.17% from 255 or 31.78% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C15682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15682 is #3EA97D. Grayscale: #7A7A7A. Windows color (decimal): -4106622 or 8541889. OLE color: 8541889.

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

Color convert

RGB19386130-
CMYK00.550.330.24
HSL335.33º46.32%54.71%-
HSV(B)335.33º55.44%75.69%-
XYZ29.3519.623.36-
YUV123.01131.95177.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 86 (33.98% from 255) = 21.03%
BLUE value IS 130 (51.17% from 255) = 31.78%
R=47.19%
G=21.03%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.33
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938613000.550.330.24335.3346.3254.71
HexC15682037211814f2e37
Octal30112620206741305175667
Binary11000001101011010000010011011110000111000101001111101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15682; }

 p { color: rgb(193,86,130); }

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

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

 a { background-color: rgb(193,86,130); }

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

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

 span { border-color: rgb(193,86,130); }

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