#C14E56

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

Shades of Mandy #C14E56

Tints of Mandy #C14E56

Color information

#C14E56 (or 0xC14E56) is unknown color: approx Mandy. HEX triplet: C1, 4E and 56. RGB value is (193,78,86). Sum of RGB (Red+Green+Blue) = 193+78+86=357 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.06% from 357); Green value is 78 (30.86% from 255 or 21.85% from 357); Blue value is 86 (33.98% from 255 or 24.09% from 357); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E56 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E56 is #3EB1A9. Grayscale: #717171. Windows color (decimal): -4108714 or 5656257. OLE color: 5656257.

HSL color Cylindrical-coordinate representation of color #C14E56: hue angle of 355.83º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14E56 is Cyan = 0, Magento = 0.60, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1937886-
CMYK00.600.550.24
HSL355.83º48.12%53.14%-
HSV(B)355.83º59.59%75.69%-
XYZ26.417.4610.78-
YUV113.3112.6184.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.06%
GREEN value IS 78 (30.86% from 255) = 21.85%
BLUE value IS 86 (33.98% from 255) = 24.09%
R=54.06%
G=21.85%
B=24.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193788600.600.550.24355.8348.1253.14
HexC14E5603C37181643035
Octal30111612607467305446065
Binary1100000110011101010110011110011011111000101100100110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E56; }

 p { color: rgb(193,78,86); }

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

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

 a { background-color: rgb(193,78,86); }

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

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

 span { border-color: rgb(193,78,86); }

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