#C94D56

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

Shades of Mandy #C94D56

Tints of Mandy #C94D56

Color information

#C94D56 (or 0xC94D56) is unknown color: approx Mandy. HEX triplet: C9, 4D and 56. RGB value is (201,77,86). Sum of RGB (Red+Green+Blue) = 201+77+86=364 (48% of max value = 765). Red value is 201 (78.91% from 255 or 55.22% from 364); Green value is 77 (30.47% from 255 or 21.15% from 364); Blue value is 86 (33.98% from 255 or 23.63% from 364); Max value from RGB is 201 - color contains mainly: red. Hex color #C94D56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C94D56 is #36B2A9. Grayscale: #737373. Windows color (decimal): -3584682 or 5656009. OLE color: 5656009.

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

Color convert

RGB2017786-
CMYK00.620.570.21
HSL355.65º53.45%54.51%-
HSV(B)355.65º61.69%78.82%-
XYZ28.4218.410.86-
YUV115.1111.58189.27-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 55.22%
GREEN value IS 77 (30.47% from 255) = 21.15%
BLUE value IS 86 (33.98% from 255) = 23.63%
R=55.22%
G=21.15%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201778600.620.570.21355.6553.4554.51
HexC94D5603E39151643537
Octal31111512607671255446567
Binary1100100110011011010110011111011100110101101100100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C94D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C94D56; }

 p { color: rgb(201,77,86); }

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

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

 a { background-color: rgb(201,77,86); }

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

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

 span { border-color: rgb(201,77,86); }

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