#C94690

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

Shades of Mulberry #C94690

Tints of Mulberry #C94690

Color information

#C94690 (or 0xC94690) is unknown color: approx Mulberry. HEX triplet: C9, 46 and 90. RGB value is (201,70,144). Sum of RGB (Red+Green+Blue) = 201+70+144=415 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.43% from 415); Green value is 70 (27.73% from 255 or 16.87% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 201 - color contains mainly: red. Hex color #C94690 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C94690 is #36B96F. Grayscale: #757575. Windows color (decimal): -3586416 or 9455305. OLE color: 9455305.

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

Color convert

RGB20170144-
CMYK00.650.280.21
HSL326.11º54.81%53.14%-
HSV(B)326.11º65.17%78.82%-
XYZ31.3118.8128.37-
YUV117.6142.9187.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 48.43%
GREEN value IS 70 (27.73% from 255) = 16.87%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=48.43%
G=16.87%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2017014400.650.280.21326.1154.8153.14
HexC946900411C151463735
Octal311106220010134255066765
Binary11001001100011010010000010000011110010101101000110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94690; }

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

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

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

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

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

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

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

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