#C14159

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

Shades of Mandy #C14159

Tints of Mandy #C14159

Color information

#C14159 (or 0xC14159) is unknown color: approx Mandy. HEX triplet: C1, 41 and 59. RGB value is (193,65,89). Sum of RGB (Red+Green+Blue) = 193+65+89=347 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.62% from 347); Green value is 65 (25.78% from 255 or 18.73% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 193 - color contains mainly: red. Hex color #C14159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14159 is #3EBEA6. Grayscale: #6A6A6A. Windows color (decimal): -4112039 or 5849537. OLE color: 5849537.

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

Color convert

RGB1936589-
CMYK00.660.540.24
HSL348.75º50.79%50.59%-
HSV(B)348.75º66.32%75.69%-
XYZ25.6915.8411.15-
YUV106.01118.41190.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.62%
GREEN value IS 65 (25.78% from 255) = 18.73%
BLUE value IS 89 (35.16% from 255) = 25.65%
R=55.62%
G=18.73%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193658900.660.540.24348.7550.7950.59
HexC14159042361815d3333
Octal301101131010266305356363
Binary11000001100000110110010100001011011011000101011101110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14159; }

 p { color: rgb(193,65,89); }

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

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

 a { background-color: rgb(193,65,89); }

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

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

 span { border-color: rgb(193,65,89); }

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