#c95096

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

Shades of Mulberry #C95096

Tints of Mulberry #C95096

Color information

#C95096 (or 0xC95096) is unknown color: approx Mulberry. HEX triplet: C9, 50 and 96. RGB value is (201,80,150). Sum of RGB (Red+Green+Blue) = 201+80+150=431 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.64% from 431); Green value is 80 (31.64% from 255 or 18.56% from 431); Blue value is 150 (58.98% from 255 or 34.80% from 431); Max value from RGB is 201 - color contains mainly: red. Hex color #C95096 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95096 is #36AF69. Grayscale: #7C7C7C. Windows color (decimal): -3583850 or 9851081. OLE color: 9851081.

HSL color Cylindrical-coordinate representation of color #C95096: hue angle of 325.29º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C95096 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB20180150-
CMYK00.600.250.21
HSL325.29º52.84%55.1%-
HSV(B)325.29º60.2%78.82%-
XYZ32.4620.3631.07-
YUV124.16142.59182.81-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.64%
GREEN value IS 80 (31.64% from 255) = 18.56%
BLUE value IS 150 (58.98% from 255) = 34.80%
R=46.64%
G=18.56%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018015000.600.250.21325.2952.8455.1
HexC9509603C19151453537
Octal31112022607431255056567
Binary1100100110100001001011001111001100110101101000101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c95096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c95096; }

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

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

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

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

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

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

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

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