#C94157

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

Shades of Mandy #C94157

Tints of Mandy #C94157

Color information

#C94157 (or 0xC94157) is unknown color: approx Mandy. HEX triplet: C9, 41 and 57. RGB value is (201,65,87). Sum of RGB (Red+Green+Blue) = 201+65+87=353 (46% of max value = 765). Red value is 201 (78.91% from 255 or 56.94% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 201 - color contains mainly: red. Hex color #C94157 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94157 is #36BEA8. Grayscale: #6C6C6C. Windows color (decimal): -3587753 or 5718473. OLE color: 5718473.

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

Color convert

RGB2016587-
CMYK00.680.570.21
HSL350.29º55.74%52.16%-
HSV(B)350.29º67.66%78.82%-
XYZ27.716.8910.82-
YUV108.17116.06194.21-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 56.94%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 87 (34.38% from 255) = 24.65%
R=56.94%
G=18.41%
B=24.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201658700.680.570.21350.2955.7452.16
HexC94157044391515e3834
Octal311101127010471255367064
Binary11001001100000110101110100010011100110101101011110111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94157; }

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

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

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

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

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

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

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

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