#C14E5D

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

Shades of Mandy #C14E5D

Tints of Mandy #C14E5D

Color information

#C14E5D (or 0xC14E5D) is unknown color: approx Mandy. HEX triplet: C1, 4E and 5D. RGB value is (193,78,93). Sum of RGB (Red+Green+Blue) = 193+78+93=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 78 (30.86% from 255 or 21.43% from 364); Blue value is 93 (36.72% from 255 or 25.55% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E5D is #3EB1A2. Grayscale: #727272. Windows color (decimal): -4108707 or 6115009. OLE color: 6115009.

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

Color convert

RGB1937893-
CMYK00.600.520.24
HSL352.17º48.12%53.14%-
HSV(B)352.17º59.59%75.69%-
XYZ26.6917.5812.34-
YUV114.1116.1184.28-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 78 (30.86% from 255) = 21.43%
BLUE value IS 93 (36.72% from 255) = 25.55%
R=53.02%
G=21.43%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193789300.600.520.24352.1748.1253.14
HexC14E5D03C34181603035
Octal30111613507464305406065
Binary1100000110011101011101011110011010011000101100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E5D; }

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

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

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

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

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

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

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

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