#C15291

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

Shades of Mulberry #C15291

Tints of Mulberry #C15291

Color information

#C15291 (or 0xC15291) is unknown color: approx Mulberry. HEX triplet: C1, 52 and 91. RGB value is (193,82,145). Sum of RGB (Red+Green+Blue) = 193+82+145=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 145 (57.03% from 255 or 34.52% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C15291 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15291 is #3EAD6E. Grayscale: #7A7A7A. Windows color (decimal): -4107631 or 9523905. OLE color: 9523905.

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

Color convert

RGB19382145-
CMYK00.580.250.24
HSL325.95º47.23%53.92%-
HSV(B)325.95º57.51%75.69%-
XYZ30.1219.4228.95-
YUV122.37140.77178.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 82 (32.42% from 255) = 19.52%
BLUE value IS 145 (57.03% from 255) = 34.52%
R=45.95%
G=19.52%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938214500.580.250.24325.9547.2353.92
HexC1529103A19181462f36
Octal30112222107231305065766
Binary1100000110100101001000101110101100111000101000110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15291; }

 p { color: rgb(193,82,145); }

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

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

 a { background-color: rgb(193,82,145); }

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

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

 span { border-color: rgb(193,82,145); }

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