#C95995

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

Shades of Mulberry #C95995

Tints of Mulberry #C95995

Color information

#C95995 (or 0xC95995) is unknown color: approx Mulberry. HEX triplet: C9, 59 and 95. RGB value is (201,89,149). Sum of RGB (Red+Green+Blue) = 201+89+149=439 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.79% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 149 (58.59% from 255 or 33.94% from 439); Max value from RGB is 201 - color contains mainly: red. Hex color #C95995 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95995 is #36A66A. Grayscale: #818181. Windows color (decimal): -3581547 or 9787849. OLE color: 9787849.

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

Color convert

RGB20189149-
CMYK00.560.260.21
HSL327.86º50.91%56.86%-
HSV(B)327.86º55.72%78.82%-
XYZ33.0821.7330.88-
YUV129.33139.11179.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 45.79%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 149 (58.59% from 255) = 33.94%
R=45.79%
G=20.27%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018914900.560.260.21327.8650.9156.86
HexC959950381A151483339
Octal31113122507032255106371
Binary1100100110110011001010101110001101010101101001000110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95995; }

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

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

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

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

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

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

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

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