#C94497

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

Shades of Mulberry #C94497

Tints of Mulberry #C94497

Color information

#C94497 (or 0xC94497) is unknown color: approx Mulberry. HEX triplet: C9, 44 and 97. RGB value is (201,68,151). Sum of RGB (Red+Green+Blue) = 201+68+151=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 68 (26.95% from 255 or 16.19% from 420); Blue value is 151 (59.38% from 255 or 35.95% from 420); Max value from RGB is 201 - color contains mainly: red. Hex color #C94497 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94497 is #36BB68. Grayscale: #757575. Windows color (decimal): -3586921 or 9913545. OLE color: 9913545.

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

Color convert

RGB20168151-
CMYK00.660.250.21
HSL322.56º55.19%52.75%-
HSV(B)322.56º66.17%78.82%-
XYZ31.7418.7931.23-
YUV117.23147.06187.75-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 68 (26.95% from 255) = 16.19%
BLUE value IS 151 (59.38% from 255) = 35.95%
R=47.86%
G=16.19%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2016815100.660.250.21322.5655.1952.75
HexC9449704219151433735
Octal311104227010231255036765
Binary11001001100010010010111010000101100110101101000011110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94497; }

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

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

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

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

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

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

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

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