#C246A4

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

Shades of Mulberry #C246A4

Tints of Mulberry #C246A4

Color information

#C246A4 (or 0xC246A4) is unknown color: approx Mulberry. HEX triplet: C2, 46 and A4. RGB value is (194,70,164). Sum of RGB (Red+Green+Blue) = 194+70+164=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 70 (27.73% from 255 or 16.36% from 428); Blue value is 164 (64.45% from 255 or 38.32% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C246A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C246A4 is #3DB95B. Grayscale: #757575. Windows color (decimal): -4045148 or 10766018. OLE color: 10766018.

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

Color convert

RGB19470164-
CMYK00.640.150.24
HSL314.52º50.41%51.76%-
HSV(B)314.52º63.92%76.08%-
XYZ31.1418.5337.06-
YUV117.79154.08182.36-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.33%
GREEN value IS 70 (27.73% from 255) = 16.36%
BLUE value IS 164 (64.45% from 255) = 38.32%
R=45.33%
G=16.36%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947016400.640.150.24314.5250.4151.76
HexC246A4040F1813b3234
Octal302106244010017304736264
Binary1100001010001101010010001000000111111000100111011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C246A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C246A4; }

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

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

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

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

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

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

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

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