#C94050

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

Shades of Mandy #C94050

Tints of Mandy #C94050

Color information

#C94050 (or 0xC94050) is unknown color: approx Mandy. HEX triplet: C9, 40 and 50. RGB value is (201,64,80). Sum of RGB (Red+Green+Blue) = 201+64+80=345 (45% of max value = 765). Red value is 201 (78.91% from 255 or 58.26% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 201 - color contains mainly: red. Hex color #C94050 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C94050 is #36BFAF. Grayscale: #6A6A6A. Windows color (decimal): -3588016 or 5259465. OLE color: 5259465.

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

Color convert

RGB2016480-
CMYK00.680.600.21
HSL352.99º55.92%51.96%-
HSV(B)352.99º68.16%78.82%-
XYZ27.3716.669.36-
YUV106.79112.89195.2-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 58.26%
GREEN value IS 64 (25.39% from 255) = 18.55%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=58.26%
G=18.55%
B=23.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201648000.680.600.21352.9955.9251.96
HexC940500443C151613834
Octal311100120010474255417064
Binary11001001100000010100000100010011110010101101100001111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94050; }

 p { color: rgb(201,64,80); }

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

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

 a { background-color: rgb(201,64,80); }

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

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

 span { border-color: rgb(201,64,80); }

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