#C95982

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

Shades of Mulberry #C95982

Tints of Mulberry #C95982

Color information

#C95982 (or 0xC95982) is unknown color: approx Mulberry. HEX triplet: C9, 59 and 82. RGB value is (201,89,130). Sum of RGB (Red+Green+Blue) = 201+89+130=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 89 (35.16% from 255 or 21.19% from 420); Blue value is 130 (51.17% from 255 or 30.95% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C95982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95982 is #36A67D. Grayscale: #7F7F7F. Windows color (decimal): -3581566 or 8542665. OLE color: 8542665.

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

Color convert

RGB20189130-
CMYK00.560.350.21
HSL338.04º50.91%56.86%-
HSV(B)338.04º55.72%78.82%-
XYZ31.6921.1723.54-
YUV127.16129.61180.67-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 89 (35.16% from 255) = 21.19%
BLUE value IS 130 (51.17% from 255) = 30.95%
R=47.86%
G=21.19%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018913000.560.350.21338.0450.9156.86
HexC9598203823151523339
Octal31113120207043255226371
Binary11001001101100110000010011100010001110101101010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95982; }

 p { color: rgb(201,89,130); }

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

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

 a { background-color: rgb(201,89,130); }

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

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

 span { border-color: rgb(201,89,130); }

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