#c15695

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

Shades of Mulberry #C15695

Tints of Mulberry #C15695

Color information

#C15695 (or 0xC15695) is unknown color: approx Mulberry. HEX triplet: C1, 56 and 95. RGB value is (193,86,149). Sum of RGB (Red+Green+Blue) = 193+86+149=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 149 (58.59% from 255 or 34.81% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C15695 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15695 is #3EA96A. Grayscale: #7D7D7D. Windows color (decimal): -4106603 or 9787073. OLE color: 9787073.

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

Color convert

RGB19386149-
CMYK00.550.230.24
HSL324.67º46.32%54.71%-
HSV(B)324.67º55.44%75.69%-
XYZ30.7420.1630.71-
YUV125.18141.45176.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.09%
GREEN value IS 86 (33.98% from 255) = 20.09%
BLUE value IS 149 (58.59% from 255) = 34.81%
R=45.09%
G=20.09%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938614900.550.230.24324.6746.3254.71
HexC1569503717181452e37
Octal30112622506727305055667
Binary1100000110101101001010101101111011111000101000101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15695; }

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

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

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

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

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

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

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

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