#C246A6

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

Shades of Mulberry #C246A6

Tints of Mulberry #C246A6

Color information

#C246A6 (or 0xC246A6) is unknown color: approx Mulberry. HEX triplet: C2, 46 and A6. RGB value is (194,70,166). Sum of RGB (Red+Green+Blue) = 194+70+166=430 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.12% from 430); Green value is 70 (27.73% from 255 or 16.28% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A6 is #3DB959. Grayscale: #757575. Windows color (decimal): -4045146 or 10897090. OLE color: 10897090.

HSL color Cylindrical-coordinate representation of color #C246A6: hue angle of 313.55º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C246A6 is Cyan = 0, Magento = 0.64, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19470166-
CMYK00.640.140.24
HSL313.55º50.41%51.76%-
HSV(B)313.55º63.92%76.08%-
XYZ31.3218.638.02-
YUV118.02155.08182.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.12%
GREEN value IS 70 (27.73% from 255) = 16.28%
BLUE value IS 166 (65.23% from 255) = 38.60%
R=45.12%
G=16.28%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947016600.640.140.24313.5550.4151.76
HexC246A6040E1813a3234
Octal302106246010016304726264
Binary1100001010001101010011001000000111011000100111010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246A6; }

 p { color: rgb(194,70,166); }

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

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

 a { background-color: rgb(194,70,166); }

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

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

 span { border-color: rgb(194,70,166); }

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