#c944a5

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

Shades of Mulberry #C944A5

Tints of Mulberry #C944A5

Color information

#C944A5 (or 0xC944A5) is unknown color: approx Mulberry. HEX triplet: C9, 44 and A5. RGB value is (201,68,165). Sum of RGB (Red+Green+Blue) = 201+68+165=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 165 (64.84% from 255 or 38.02% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C944A5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944A5 is #36BB5A. Grayscale: #767676. Windows color (decimal): -3586907 or 10831049. OLE color: 10831049.

HSL color Cylindrical-coordinate representation of color #C944A5: hue angle of 316.24º 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 #C944A5 is Cyan = 0, Magento = 0.66, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20168165-
CMYK00.660.180.21
HSL316.24º55.19%52.75%-
HSV(B)316.24º66.17%78.82%-
XYZ32.9519.2737.58-
YUV118.82154.06186.61-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.31%
GREEN value IS 68 (26.95% from 255) = 15.67%
BLUE value IS 165 (64.84% from 255) = 38.02%
R=46.31%
G=15.67%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016816500.660.180.21316.2455.1952.75
HexC944A5042121513c3735
Octal311104245010222254746765
Binary11001001100010010100101010000101001010101100111100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c944a5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c944a5; }

 p { color: rgb(201,68,165); }

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

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

 a { background-color: rgb(201,68,165); }

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

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

 span { border-color: rgb(201,68,165); }

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