#C95690

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

Shades of Mulberry #C95690

Tints of Mulberry #C95690

Color information

#C95690 (or 0xC95690) is unknown color: approx Mulberry. HEX triplet: C9, 56 and 90. RGB value is (201,86,144). Sum of RGB (Red+Green+Blue) = 201+86+144=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 144 (56.64% from 255 or 33.41% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95690 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95690 is #36A96F. Grayscale: #7E7E7E. Windows color (decimal): -3582320 or 9459401. OLE color: 9459401.

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

Color convert

RGB20186144-
CMYK00.570.280.21
HSL329.74º51.57%56.27%-
HSV(B)329.74º57.21%78.82%-
XYZ32.4521.0928.75-
YUV127137.6180.78-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 86 (33.98% from 255) = 19.95%
BLUE value IS 144 (56.64% from 255) = 33.41%
R=46.64%
G=19.95%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018614400.570.280.21329.7451.5756.27
HexC956900391C1514a3438
Octal31112622007134255126470
Binary1100100110101101001000001110011110010101101001010110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95690; }

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

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

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

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

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

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

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

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