#C956A2

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

Shades of Mulberry #C956A2

Tints of Mulberry #C956A2

Color information

#C956A2 (or 0xC956A2) is unknown color: approx Mulberry. HEX triplet: C9, 56 and A2. RGB value is (201,86,162). Sum of RGB (Red+Green+Blue) = 201+86+162=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 86 (33.98% from 255 or 19.15% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C956A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C956A2 is #36A95D. Grayscale: #808080. Windows color (decimal): -3582302 or 10639049. OLE color: 10639049.

HSL color Cylindrical-coordinate representation of color #C956A2: hue angle of 320.35º degrees, saturation: 0.52, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C956A2 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.21.

Color convert

RGB20186162-
CMYK00.570.190.21
HSL320.35º51.57%56.27%-
HSV(B)320.35º57.21%78.82%-
XYZ33.9421.6836.58-
YUV129.05146.6179.32-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 44.77%
GREEN value IS 86 (33.98% from 255) = 19.15%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=44.77%
G=19.15%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.19
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018616200.570.190.21320.3551.5756.27
HexC956A203913151403438
Octal31112624207123255006470
Binary1100100110101101010001001110011001110101101000000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C956A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C956A2; }

 p { color: rgb(201,86,162); }

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

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

 a { background-color: rgb(201,86,162); }

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

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

 span { border-color: rgb(201,86,162); }

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