#C93A95

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

Shades of Mulberry #C93A95

Tints of Mulberry #C93A95

Color information

#C93A95 (or 0xC93A95) is unknown color: approx Mulberry. HEX triplet: C9, 3A and 95. RGB value is (201,58,149). Sum of RGB (Red+Green+Blue) = 201+58+149=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 58 (23.05% from 255 or 14.22% from 408); Blue value is 149 (58.59% from 255 or 36.52% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93A95 is #36C56A. Grayscale: #6E6E6E. Windows color (decimal): -3589483 or 9779913. OLE color: 9779913.

HSL color Cylindrical-coordinate representation of color #C93A95: hue angle of 321.82º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A95 is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20158149-
CMYK00.710.260.21
HSL321.82º56.97%50.78%-
HSV(B)321.82º71.14%78.82%-
XYZ31.0317.6130.2-
YUV111.13149.38192.1-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 58 (23.05% from 255) = 14.22%
BLUE value IS 149 (58.59% from 255) = 36.52%
R=49.26%
G=14.22%
B=36.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2015814900.710.260.21321.8256.9750.78
HexC93A950471A151423933
Octal31172225010732255027163
Binary1100100111101010010101010001111101010101101000010111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C93A95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C93A95; }

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

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

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

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

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

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

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

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