#C95696

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

Shades of Mulberry #C95696

Tints of Mulberry #C95696

Color information

#C95696 (or 0xC95696) is unknown color: approx Mulberry. HEX triplet: C9, 56 and 96. RGB value is (201,86,150). Sum of RGB (Red+Green+Blue) = 201+86+150=437 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.00% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 150 (58.98% from 255 or 34.32% from 437); Max value from RGB is 201 - color contains mainly: red. Hex color #C95696 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95696 is #36A969. Grayscale: #7F7F7F. Windows color (decimal): -3582314 or 9852617. OLE color: 9852617.

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

Color convert

RGB20186150-
CMYK00.570.250.21
HSL326.61º51.57%56.27%-
HSV(B)326.61º57.21%78.82%-
XYZ32.9221.2831.23-
YUV127.68140.6180.3-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.00%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 150 (58.98% from 255) = 34.32%
R=46.00%
G=19.68%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018615000.570.250.21326.6151.5756.27
HexC9569603919151473438
Octal31112622607131255076470
Binary1100100110101101001011001110011100110101101000111110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95696; }

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

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

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

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

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

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

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

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