#C044A6

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

Shades of Mulberry #C044A6

Tints of Mulberry #C044A6

Color information

#C044A6 (or 0xC044A6) is unknown color: approx Mulberry. HEX triplet: C0, 44 and A6. RGB value is (192,68,166). Sum of RGB (Red+Green+Blue) = 192+68+166=426 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.07% from 426); Green value is 68 (26.95% from 255 or 15.96% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 192 - color contains mainly: red. Hex color #C044A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C044A6 is #3FBB59. Grayscale: #737373. Windows color (decimal): -4176730 or 10896576. OLE color: 10896576.

HSL color Cylindrical-coordinate representation of color #C044A6: hue angle of 312.58º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C044A6 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19268166-
CMYK00.650.140.25
HSL312.58º49.6%50.98%-
HSV(B)312.58º64.58%75.29%-
XYZ30.6918.0937.95-
YUV116.25156.08182.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.07%
GREEN value IS 68 (26.95% from 255) = 15.96%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=45.07%
G=15.96%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926816600.650.140.25312.5849.650.98
HexC044A6041E191393233
Octal300104246010116314716263
Binary1100000010001001010011001000001111011001100111001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C044A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C044A6; }

 p { color: rgb(192,68,166); }

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

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

 a { background-color: rgb(192,68,166); }

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

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

 span { border-color: rgb(192,68,166); }

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