#C95380

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

Shades of Mulberry #C95380

Tints of Mulberry #C95380

Color information

#C95380 (or 0xC95380) is unknown color: approx Mulberry. HEX triplet: C9, 53 and 80. RGB value is (201,83,128). Sum of RGB (Red+Green+Blue) = 201+83+128=412 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.79% from 412); Green value is 83 (32.81% from 255 or 20.15% from 412); Blue value is 128 (50.39% from 255 or 31.07% from 412); Max value from RGB is 201 - color contains mainly: red. Hex color #C95380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95380 is #36AC7F. Grayscale: #7B7B7B. Windows color (decimal): -3583104 or 8410057. OLE color: 8410057.

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

Color convert

RGB20183128-
CMYK00.590.360.21
HSL337.12º52.21%55.69%-
HSV(B)337.12º58.71%78.82%-
XYZ31.0820.1622.68-
YUV123.41130.59183.34-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.79%
GREEN value IS 83 (32.81% from 255) = 20.15%
BLUE value IS 128 (50.39% from 255) = 31.07%
R=48.79%
G=20.15%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018312800.590.360.21337.1252.2155.69
HexC9538003B24151513438
Octal31112320007344255216470
Binary11001001101001110000000011101110010010101101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95380; }

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

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

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

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

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

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

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

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