#C944A4

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

Shades of Mulberry #C944A4

Tints of Mulberry #C944A4

Color information

#C944A4 (or 0xC944A4) is unknown color: approx Mulberry. HEX triplet: C9, 44 and A4. RGB value is (201,68,164). Sum of RGB (Red+Green+Blue) = 201+68+164=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 164 (64.45% from 255 or 37.88% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C944A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C944A4 is #36BB5B. Grayscale: #767676. Windows color (decimal): -3586908 or 10765513. OLE color: 10765513.

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

Color convert

RGB20168164-
CMYK00.660.180.21
HSL316.69º55.19%52.75%-
HSV(B)316.69º66.17%78.82%-
XYZ32.8619.2337.1-
YUV118.71153.56186.69-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.42%
GREEN value IS 68 (26.95% from 255) = 15.70%
BLUE value IS 164 (64.45% from 255) = 37.88%
R=46.42%
G=15.70%
B=37.88%

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
Decimal2016816400.660.180.21316.6955.1952.75
HexC944A4042121513d3735
Octal311104244010222254756765
Binary11001001100010010100100010000101001010101100111101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C944A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C944A4; }

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

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

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

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

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

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

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

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