#C95093

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

Shades of Mulberry #C95093

Tints of Mulberry #C95093

Color information

#C95093 (or 0xC95093) is unknown color: approx Mulberry. HEX triplet: C9, 50 and 93. RGB value is (201,80,147). Sum of RGB (Red+Green+Blue) = 201+80+147=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 147 (57.81% from 255 or 34.35% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C95093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C95093 is #36AF6C. Grayscale: #7B7B7B. Windows color (decimal): -3583853 or 9654473. OLE color: 9654473.

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

Color convert

RGB20180147-
CMYK00.600.270.21
HSL326.78º52.84%55.1%-
HSV(B)326.78º60.2%78.82%-
XYZ32.2220.2629.82-
YUV123.82141.09183.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 46.96%
GREEN value IS 80 (31.64% from 255) = 18.69%
BLUE value IS 147 (57.81% from 255) = 34.35%
R=46.96%
G=18.69%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2018014700.600.270.21326.7852.8455.1
HexC9509303C1B151473537
Octal31112022307433255076567
Binary1100100110100001001001101111001101110101101000111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C95093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C95093; }

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

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

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

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

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

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

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

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