#C14D50

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

Shades of Mandy #C14D50

Tints of Mandy #C14D50

Color information

#C14D50 (or 0xC14D50) is unknown color: approx Mandy. HEX triplet: C1, 4D and 50. RGB value is (193,77,80). Sum of RGB (Red+Green+Blue) = 193+77+80=350 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.14% from 350); Green value is 77 (30.47% from 255 or 22% from 350); Blue value is 80 (31.64% from 255 or 22.86% from 350); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D50 is #3EB2AF. Grayscale: #707070. Windows color (decimal): -4108976 or 5262785. OLE color: 5262785.

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

Color convert

RGB1937780-
CMYK00.600.590.24
HSL358.45º48.33%52.94%-
HSV(B)358.45º60.1%75.69%-
XYZ26.0917.229.54-
YUV112.03109.93185.76-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.14%
GREEN value IS 77 (30.47% from 255) = 22%
BLUE value IS 80 (31.64% from 255) = 22.86%
R=55.14%
G=22%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193778000.600.590.24358.4548.3352.94
HexC14D5003C3B181663035
Octal30111512007473305466065
Binary1100000110011011010000011110011101111000101100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D50; }

 p { color: rgb(193,77,80); }

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

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

 a { background-color: rgb(193,77,80); }

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

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

 span { border-color: rgb(193,77,80); }

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