#C94997

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

Shades of Mulberry #C94997

Tints of Mulberry #C94997

Color information

#C94997 (or 0xC94997) is unknown color: approx Mulberry. HEX triplet: C9, 49 and 97. RGB value is (201,73,151). Sum of RGB (Red+Green+Blue) = 201+73+151=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 73 (28.91% from 255 or 17.18% from 425); Blue value is 151 (59.38% from 255 or 35.53% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C94997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94997 is #36B668. Grayscale: #777777. Windows color (decimal): -3585641 or 9914825. OLE color: 9914825.

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

Color convert

RGB20173151-
CMYK00.640.250.21
HSL323.44º54.24%53.73%-
HSV(B)323.44º63.68%78.82%-
XYZ32.0619.4231.34-
YUV120.16145.41185.66-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.29%
GREEN value IS 73 (28.91% from 255) = 17.18%
BLUE value IS 151 (59.38% from 255) = 35.53%
R=47.29%
G=17.18%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017315100.640.250.21323.4454.2453.73
HexC9499704019151433636
Octal311111227010031255036666
Binary11001001100100110010111010000001100110101101000011110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94997

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94997; }

 p { color: rgb(201,73,151); }

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

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

 a { background-color: rgb(201,73,151); }

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

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

 span { border-color: rgb(201,73,151); }

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