#c156a6

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

Shades of Mulberry #C156A6

Tints of Mulberry #C156A6

Color information

#C156A6 (or 0xC156A6) is unknown color: approx Mulberry. HEX triplet: C1, 56 and A6. RGB value is (193,86,166). Sum of RGB (Red+Green+Blue) = 193+86+166=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C156A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156A6 is #3EA959. Grayscale: #7E7E7E. Windows color (decimal): -4106586 or 10901185. OLE color: 10901185.

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

Color convert

RGB19386166-
CMYK00.550.140.24
HSL315.14º46.32%54.71%-
HSV(B)315.14º55.44%75.69%-
XYZ32.220.7538.38-
YUV127.11149.95175-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.37%
GREEN value IS 86 (33.98% from 255) = 19.33%
BLUE value IS 166 (65.23% from 255) = 37.30%
R=43.37%
G=19.33%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938616600.550.140.24315.1446.3254.71
HexC156A6037E1813b2e37
Octal30112624606716304735667
Binary110000011010110101001100110111111011000100111011101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c156a6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c156a6; }

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

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

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

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

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

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

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

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