#C945A6

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

Shades of Mulberry #C945A6

Tints of Mulberry #C945A6

Color information

#C945A6 (or 0xC945A6) is unknown color: approx Mulberry. HEX triplet: C9, 45 and A6. RGB value is (201,69,166). Sum of RGB (Red+Green+Blue) = 201+69+166=436 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.10% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 166 (65.23% from 255 or 38.07% from 436); Max value from RGB is 201 - color contains mainly: red. Hex color #C945A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945A6 is #36BA59. Grayscale: #777777. Windows color (decimal): -3586650 or 10896841. OLE color: 10896841.

HSL color Cylindrical-coordinate representation of color #C945A6: hue angle of 315.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945A6 is Cyan = 0, Magento = 0.66, Yellow = 0.17 and Black (K on CMYK) = 0.21.

Color convert

RGB20169166-
CMYK00.660.170.21
HSL315.91º55%52.94%-
HSV(B)315.91º65.67%78.82%-
XYZ33.119.4338.08-
YUV119.53154.23186.11-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.10%
GREEN value IS 69 (27.34% from 255) = 15.83%
BLUE value IS 166 (65.23% from 255) = 38.07%
R=46.10%
G=15.83%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016916600.660.170.21315.915552.94
HexC945A6042111513c3735
Octal311105246010221254746765
Binary11001001100010110100110010000101000110101100111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C945A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C945A6; }

 p { color: rgb(201,69,166); }

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

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

 a { background-color: rgb(201,69,166); }

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

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

 span { border-color: rgb(201,69,166); }

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