#C14F53

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

Shades of Mandy #C14F53

Tints of Mandy #C14F53

Color information

#C14F53 (or 0xC14F53) is unknown color: approx Mandy. HEX triplet: C1, 4F and 53. RGB value is (193,79,83). Sum of RGB (Red+Green+Blue) = 193+79+83=355 (47% of max value = 765). Red value is 193 (75.78% from 255 or 54.37% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 83 (32.81% from 255 or 23.38% from 355); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F53 is #3EB0AC. Grayscale: #717171. Windows color (decimal): -4108461 or 5459905. OLE color: 5459905.

HSL color Cylindrical-coordinate representation of color #C14F53: hue angle of 357.89º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F53 is Cyan = 0, Magento = 0.59, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB1937983-
CMYK00.590.570.24
HSL357.89º47.9%53.33%-
HSV(B)357.89º59.07%75.69%-
XYZ26.3517.5510.18-
YUV113.54110.77184.67-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.37%
GREEN value IS 79 (31.25% from 255) = 22.25%
BLUE value IS 83 (32.81% from 255) = 23.38%
R=54.37%
G=22.25%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193798300.590.570.24357.8947.953.33
HexC14F5303B39181663035
Octal30111712307371305466065
Binary1100000110011111010011011101111100111000101100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F53; }

 p { color: rgb(193,79,83); }

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

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

 a { background-color: rgb(193,79,83); }

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

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

 span { border-color: rgb(193,79,83); }

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