#C14E51

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

Shades of Mandy #C14E51

Tints of Mandy #C14E51

Color information

#C14E51 (or 0xC14E51) is unknown color: approx Mandy. HEX triplet: C1, 4E and 51. RGB value is (193,78,81). Sum of RGB (Red+Green+Blue) = 193+78+81=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 78 (30.86% from 255 or 22.16% from 352); Blue value is 81 (32.03% from 255 or 23.01% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E51 is #3EB1AE. Grayscale: #707070. Windows color (decimal): -4108719 or 5328577. OLE color: 5328577.

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

Color convert

RGB1937881-
CMYK00.600.580.24
HSL358.43º48.12%53.14%-
HSV(B)358.43º59.59%75.69%-
XYZ26.217.389.76-
YUV112.73110.1185.26-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 78 (30.86% from 255) = 22.16%
BLUE value IS 81 (32.03% from 255) = 23.01%
R=54.83%
G=22.16%
B=23.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193788100.600.580.24358.4348.1253.14
HexC14E5103C3A181663035
Octal30111612107472305466065
Binary1100000110011101010001011110011101011000101100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E51; }

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

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

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

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

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

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

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

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