#C95682

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

Shades of Mulberry #C95682

Tints of Mulberry #C95682

Color information

#C95682 (or 0xC95682) is unknown color: approx Mulberry. HEX triplet: C9, 56 and 82. RGB value is (201,86,130). Sum of RGB (Red+Green+Blue) = 201+86+130=417 (55% of max value = 765). Red value is 201 (78.91% from 255 or 48.20% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 130 (51.17% from 255 or 31.18% from 417); Max value from RGB is 201 - color contains mainly: red. Hex color #C95682 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95682 is #36A97D. Grayscale: #7D7D7D. Windows color (decimal): -3582334 or 8541897. OLE color: 8541897.

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

Color convert

RGB20186130-
CMYK00.570.350.21
HSL337.04º51.57%56.27%-
HSV(B)337.04º57.21%78.82%-
XYZ31.4420.6823.45-
YUV125.4130.6181.92-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.20%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 130 (51.17% from 255) = 31.18%
R=48.20%
G=20.62%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018613000.570.350.21337.0451.5756.27
HexC9568203923151513438
Octal31112620207143255216470
Binary11001001101011010000010011100110001110101101010001110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95682; }

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

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

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

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

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

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

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

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