#C95693

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

Shades of Mulberry #C95693

Tints of Mulberry #C95693

Color information

#C95693 (or 0xC95693) is unknown color: approx Mulberry. HEX triplet: C9, 56 and 93. RGB value is (201,86,147). Sum of RGB (Red+Green+Blue) = 201+86+147=434 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.31% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 201 - color contains mainly: red. Hex color #C95693 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95693 is #36A96C. Grayscale: #7F7F7F. Windows color (decimal): -3582317 or 9656009. OLE color: 9656009.

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

Color convert

RGB20186147-
CMYK00.570.270.21
HSL328.17º51.57%56.27%-
HSV(B)328.17º57.21%78.82%-
XYZ32.6821.1829.97-
YUV127.34139.1180.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.31%
GREEN value IS 86 (33.98% from 255) = 19.82%
BLUE value IS 147 (57.81% from 255) = 33.87%
R=46.31%
G=19.82%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018614700.570.270.21328.1751.5756.27
HexC956930391B151483438
Octal31112622307133255106470
Binary1100100110101101001001101110011101110101101001000110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95693; }

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

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

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

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

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

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

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

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