#C14953

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

Shades of Mandy #C14953

Tints of Mandy #C14953

Color information

#C14953 (or 0xC14953) is unknown color: approx Mandy. HEX triplet: C1, 49 and 53. RGB value is (193,73,83). Sum of RGB (Red+Green+Blue) = 193+73+83=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 83 (32.81% from 255 or 23.78% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C14953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14953 is #3EB6AC. Grayscale: #6E6E6E. Windows color (decimal): -4109997 or 5458369. OLE color: 5458369.

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

Color convert

RGB1937383-
CMYK00.620.570.24
HSL355º49.18%52.16%-
HSV(B)355º62.18%75.69%-
XYZ25.9416.7310.05-
YUV110.02112.76187.19-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.30%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 83 (32.81% from 255) = 23.78%
R=55.30%
G=20.92%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193738300.620.570.2435549.1852.16
HexC1495303E39181633134
Octal30111112307671305436164
Binary1100000110010011010011011111011100111000101100011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14953; }

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

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

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

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

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

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

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

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