#C94688

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

Shades of Mulberry #C94688

Tints of Mulberry #C94688

Color information

#C94688 (or 0xC94688) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 88. RGB value is (201,70,136). Sum of RGB (Red+Green+Blue) = 201+70+136=407 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.39% from 407); Green value is 70 (27.73% from 255 or 17.20% from 407); Blue value is 136 (53.52% from 255 or 33.42% from 407); Max value from RGB is 201 - color contains mainly: red. Hex color #C94688 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94688 is #36B977. Grayscale: #747474. Windows color (decimal): -3586424 or 8931017. OLE color: 8931017.

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

Color convert

RGB20170136-
CMYK00.650.320.21
HSL329.77º54.81%53.14%-
HSV(B)329.77º65.17%78.82%-
XYZ30.7218.5825.26-
YUV116.69138.9188.13-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.39%
GREEN value IS 70 (27.73% from 255) = 17.20%
BLUE value IS 136 (53.52% from 255) = 33.42%
R=49.39%
G=17.20%
B=33.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017013600.650.320.21329.7754.8153.14
HexC94688041201514a3735
Octal311106210010140255126765
Binary110010011000110100010000100000110000010101101001010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94688

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94688; }

 p { color: rgb(201,70,136); }

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

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

 a { background-color: rgb(201,70,136); }

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

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

 span { border-color: rgb(201,70,136); }

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