#C15A9A

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

Shades of Mulberry #C15A9A

Tints of Mulberry #C15A9A

Color information

#C15A9A (or 0xC15A9A) is unknown color: approx Mulberry. HEX triplet: C1, 5A and 9A. RGB value is (193,90,154). Sum of RGB (Red+Green+Blue) = 193+90+154=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 90 (35.55% from 255 or 20.59% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15A9A is #3EA565. Grayscale: #7F7F7F. Windows color (decimal): -4105574 or 10115777. OLE color: 10115777.

HSL color Cylindrical-coordinate representation of color #C15A9A: hue angle of 322.72º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C15A9A is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB19390154-
CMYK00.530.200.24
HSL322.72º45.37%55.49%-
HSV(B)322.72º53.37%75.69%-
XYZ31.4820.9832.96-
YUV128.09142.62174.3-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 90 (35.55% from 255) = 20.59%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=44.16%
G=20.59%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1939015400.530.200.24322.7245.3755.49
HexC15A9A03514181432d37
Octal30113223206524305035567
Binary1100000110110101001101001101011010011000101000011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A9A; }

 p { color: rgb(193,90,154); }

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

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

 a { background-color: rgb(193,90,154); }

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

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

 span { border-color: rgb(193,90,154); }

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