#C14849

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

Shades of Mandy #C14849

Tints of Mandy #C14849

Color information

#C14849 (or 0xC14849) is unknown color: approx Mandy. HEX triplet: C1, 48 and 49. RGB value is (193,72,73). Sum of RGB (Red+Green+Blue) = 193+72+73=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 72 (28.52% from 255 or 21.30% from 338); Blue value is 73 (28.91% from 255 or 21.60% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C14849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C14849 is #3EB7B6. Grayscale: #6C6C6C. Windows color (decimal): -4110263 or 4802753. OLE color: 4802753.

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

Color convert

RGB1937273-
CMYK00.630.620.24
HSL359.5º49.39%51.96%-
HSV(B)359.5º62.69%75.69%-
XYZ25.5116.458.13-
YUV108.29108.09188.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.10%
GREEN value IS 72 (28.52% from 255) = 21.30%
BLUE value IS 73 (28.91% from 255) = 21.60%
R=57.10%
G=21.30%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193727300.630.620.24359.549.3951.96
HexC1484903F3E181683134
Octal30111011107776305506164
Binary1100000110010001001001011111111111011000101101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14849; }

 p { color: rgb(193,72,73); }

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

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

 a { background-color: rgb(193,72,73); }

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

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

 span { border-color: rgb(193,72,73); }

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