#C15094

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

Shades of Mulberry #C15094

Tints of Mulberry #C15094

Color information

#C15094 (or 0xC15094) is unknown color: approx Mulberry. HEX triplet: C1, 50 and 94. RGB value is (193,80,148). Sum of RGB (Red+Green+Blue) = 193+80+148=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 148 (58.20% from 255 or 35.15% from 421); Max value from RGB is 193 - color contains mainly: red. Hex color #C15094 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15094 is #3EAF6B. Grayscale: #797979. Windows color (decimal): -4108140 or 9720001. OLE color: 9720001.

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

Color convert

RGB19380148-
CMYK00.590.230.24
HSL323.89º47.68%53.53%-
HSV(B)323.89º58.55%75.69%-
XYZ30.2119.2130.13-
YUV121.54142.94178.97-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.84%
GREEN value IS 80 (31.64% from 255) = 19.00%
BLUE value IS 148 (58.20% from 255) = 35.15%
R=45.84%
G=19.00%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938014800.590.230.24323.8947.6853.53
HexC1509403B17181443036
Octal30112022407327305046066
Binary1100000110100001001010001110111011111000101000100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15094; }

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

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

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

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

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

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

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

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