#C95882

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

Shades of Mulberry #C95882

Tints of Mulberry #C95882

Color information

#C95882 (or 0xC95882) is unknown color: approx Mulberry. HEX triplet: C9, 58 and 82. RGB value is (201,88,130). Sum of RGB (Red+Green+Blue) = 201+88+130=419 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.97% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 130 (51.17% from 255 or 31.03% from 419); Max value from RGB is 201 - color contains mainly: red. Hex color #C95882 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95882 is #36A77D. Grayscale: #7E7E7E. Windows color (decimal): -3581822 or 8542409. OLE color: 8542409.

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

Color convert

RGB20188130-
CMYK00.560.350.21
HSL337.7º51.13%56.67%-
HSV(B)337.7º56.22%78.82%-
XYZ31.6121.0123.51-
YUV126.57129.94181.08-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.97%
GREEN value IS 88 (34.77% from 255) = 21.00%
BLUE value IS 130 (51.17% from 255) = 31.03%
R=47.97%
G=21.00%
B=31.03%

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
Decimal2018813000.560.350.21337.751.1356.67
HexC9588203823151523339
Octal31113020207043255226371
Binary11001001101100010000010011100010001110101101010010110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95882; }

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

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

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

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

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

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

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

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