#C94159

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

Shades of Mandy #C94159

Tints of Mandy #C94159

Color information

#C94159 (or 0xC94159) is unknown color: approx Mandy. HEX triplet: C9, 41 and 59. RGB value is (201,65,89). Sum of RGB (Red+Green+Blue) = 201+65+89=355 (47% of max value = 765). Red value is 201 (78.91% from 255 or 56.62% from 355); Green value is 65 (25.78% from 255 or 18.31% from 355); Blue value is 89 (35.16% from 255 or 25.07% from 355); Max value from RGB is 201 - color contains mainly: red. Hex color #C94159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94159 is #36BEA6. Grayscale: #6C6C6C. Windows color (decimal): -3587751 or 5849545. OLE color: 5849545.

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

Color convert

RGB2016589-
CMYK00.680.560.21
HSL349.41º55.74%52.16%-
HSV(B)349.41º67.66%78.82%-
XYZ27.7816.9211.25-
YUV108.4117.06194.05-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.62%
GREEN value IS 65 (25.78% from 255) = 18.31%
BLUE value IS 89 (35.16% from 255) = 25.07%
R=56.62%
G=18.31%
B=25.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.56
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201658900.680.560.21349.4155.7452.16
HexC94159044381515d3834
Octal311101131010470255357064
Binary11001001100000110110010100010011100010101101011101111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94159; }

 p { color: rgb(201,65,89); }

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

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

 a { background-color: rgb(201,65,89); }

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

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

 span { border-color: rgb(201,65,89); }

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