#C14F58

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

Shades of Mandy #C14F58

Tints of Mandy #C14F58

Color information

#C14F58 (or 0xC14F58) is unknown color: approx Mandy. HEX triplet: C1, 4F and 58. RGB value is (193,79,88). Sum of RGB (Red+Green+Blue) = 193+79+88=360 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.61% from 360); Green value is 79 (31.25% from 255 or 21.94% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F58 is #3EB0A7. Grayscale: #727272. Windows color (decimal): -4108456 or 5787585. OLE color: 5787585.

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

Color convert

RGB1937988-
CMYK00.590.540.24
HSL355.26º47.9%53.33%-
HSV(B)355.26º59.07%75.69%-
XYZ26.5517.6311.24-
YUV114.11113.27184.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.61%
GREEN value IS 79 (31.25% from 255) = 21.94%
BLUE value IS 88 (34.77% from 255) = 24.44%
R=53.61%
G=21.94%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193798800.590.540.24355.2647.953.33
HexC14F5803B36181633035
Octal30111713007366305436065
Binary1100000110011111011000011101111011011000101100011110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14F58; }

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

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

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

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

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

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

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

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