#C15093

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

Shades of Mulberry #C15093

Tints of Mulberry #C15093

Color information

#C15093 (or 0xC15093) is unknown color: approx Mulberry. HEX triplet: C1, 50 and 93. RGB value is (193,80,147). Sum of RGB (Red+Green+Blue) = 193+80+147=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 80 (31.64% from 255 or 19.05% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C15093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15093 is #3EAF6C. Grayscale: #797979. Windows color (decimal): -4108141 or 9654465. OLE color: 9654465.

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

Color convert

RGB19380147-
CMYK00.590.240.24
HSL324.42º47.68%53.53%-
HSV(B)324.42º58.55%75.69%-
XYZ30.1319.1829.72-
YUV121.42142.44179.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 80 (31.64% from 255) = 19.05%
BLUE value IS 147 (57.81% from 255) = 35%
R=45.95%
G=19.05%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.24
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938014700.590.240.24324.4247.6853.53
HexC1509303B18181443036
Octal30112022307330305046066
Binary1100000110100001001001101110111100011000101000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15093; }

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

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

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

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

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

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

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

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