#C246A2

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

Shades of Mulberry #C246A2

Tints of Mulberry #C246A2

Color information

#C246A2 (or 0xC246A2) is unknown color: approx Mulberry. HEX triplet: C2, 46 and A2. RGB value is (194,70,162). Sum of RGB (Red+Green+Blue) = 194+70+162=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 70 (27.73% from 255 or 16.43% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A2 is #3DB95D. Grayscale: #757575. Windows color (decimal): -4045150 or 10634946. OLE color: 10634946.

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

Color convert

RGB19470162-
CMYK00.640.160.24
HSL315.48º50.41%51.76%-
HSV(B)315.48º63.92%76.08%-
XYZ30.9618.4636.11-
YUV117.56153.08182.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 70 (27.73% from 255) = 16.43%
BLUE value IS 162 (63.67% from 255) = 38.03%
R=45.54%
G=16.43%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947016200.640.160.24315.4850.4151.76
HexC246A2040101813b3234
Octal302106242010020304736264
Binary11000010100011010100010010000001000011000100111011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246A2; }

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

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

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

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

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

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

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

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