#C95781

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

Shades of Mulberry #C95781

Tints of Mulberry #C95781

Color information

#C95781 (or 0xC95781) is unknown color: approx Mulberry. HEX triplet: C9, 57 and 81. RGB value is (201,87,129). Sum of RGB (Red+Green+Blue) = 201+87+129=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 87 (34.38% from 255 or 20.86% from 417); Blue value is 129 (50.78% from 255 or 30.94% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95781 is #36A87E. Grayscale: #7D7D7D. Windows color (decimal): -3582079 or 8476617. OLE color: 8476617.

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

Color convert

RGB20187129-
CMYK00.570.360.21
HSL337.89º51.35%56.47%-
HSV(B)337.89º56.72%78.82%-
XYZ31.4620.8223.13-
YUV125.87129.77181.58-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 87 (34.38% from 255) = 20.86%
BLUE value IS 129 (50.78% from 255) = 30.94%
R=48.20%
G=20.86%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.36
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018712900.570.360.21337.8951.3556.47
HexC9578103924151523338
Octal31112720107144255226370
Binary11001001101011110000001011100110010010101101010010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95781; }

 p { color: rgb(201,87,129); }

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

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

 a { background-color: rgb(201,87,129); }

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

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

 span { border-color: rgb(201,87,129); }

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