#c95387

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

Shades of Mulberry #C95387

Tints of Mulberry #C95387

Color information

#C95387 (or 0xC95387) is unknown color: approx Mulberry. HEX triplet: C9, 53 and 87. RGB value is (201,83,135). Sum of RGB (Red+Green+Blue) = 201+83+135=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 83 (32.81% from 255 or 19.81% from 419); Blue value is 135 (53.12% from 255 or 32.22% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95387 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95387 is #36AC78. Grayscale: #7C7C7C. Windows color (decimal): -3583097 or 8868809. OLE color: 8868809.

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

Color convert

RGB20183135-
CMYK00.590.330.21
HSL333.56º52.21%55.69%-
HSV(B)333.56º58.71%78.82%-
XYZ31.5520.3525.19-
YUV124.21134.09182.77-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 83 (32.81% from 255) = 19.81%
BLUE value IS 135 (53.12% from 255) = 32.22%
R=47.97%
G=19.81%
B=32.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018313500.590.330.21333.5652.2155.69
HexC9538703B211514e3438
Octal31112320707341255166470
Binary11001001101001110000111011101110000110101101001110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c95387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c95387; }

 p { color: rgb(201,83,135); }

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

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

 a { background-color: rgb(201,83,135); }

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

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

 span { border-color: rgb(201,83,135); }

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