#C14A5D

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

Shades of Mandy #C14A5D

Tints of Mandy #C14A5D

Color information

#C14A5D (or 0xC14A5D) is unknown color: approx Mandy. HEX triplet: C1, 4A and 5D. RGB value is (193,74,93). Sum of RGB (Red+Green+Blue) = 193+74+93=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 93 (36.72% from 255 or 25.83% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A5D is #3EB5A2. Grayscale: #6F6F6F. Windows color (decimal): -4109731 or 6113985. OLE color: 6113985.

HSL color Cylindrical-coordinate representation of color #C14A5D: hue angle of 350.42º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A5D is Cyan = 0, Magento = 0.62, Yellow = 0.52 and Black (K on CMYK) = 0.24.

Color convert

RGB1937493-
CMYK00.620.520.24
HSL350.42º48.97%52.35%-
HSV(B)350.42º61.66%75.69%-
XYZ26.4217.0312.25-
YUV111.75117.42185.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 93 (36.72% from 255) = 25.83%
R=53.61%
G=20.56%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193749300.620.520.24350.4248.9752.35
HexC14A5D03E341815e3134
Octal30111213507664305366164
Binary1100000110010101011101011111011010011000101011110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A5D; }

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

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

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

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

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

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

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

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