#C14E5A

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

Shades of Mandy #C14E5A

Tints of Mandy #C14E5A

Color information

#C14E5A (or 0xC14E5A) is unknown color: approx Mandy. HEX triplet: C1, 4E and 5A. RGB value is (193,78,90). Sum of RGB (Red+Green+Blue) = 193+78+90=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C14E5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14E5A is #3EB1A5. Grayscale: #717171. Windows color (decimal): -4108710 or 5918401. OLE color: 5918401.

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

Color convert

RGB1937890-
CMYK00.600.530.24
HSL353.74º48.12%53.14%-
HSV(B)353.74º59.59%75.69%-
XYZ26.5617.5211.66-
YUV113.75114.6184.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 90 (35.55% from 255) = 24.93%
R=53.46%
G=21.61%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193789000.600.530.24353.7448.1253.14
HexC14E5A03C35181623035
Octal30111613207465305426065
Binary1100000110011101011010011110011010111000101100010110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14E5A; }

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

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

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

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

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

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

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

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