#c14a5b

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

Shades of Mandy #C14A5B

Tints of Mandy #C14A5B

Color information

#C14A5B (or 0xC14A5B) is unknown color: approx Mandy. HEX triplet: C1, 4A and 5B. RGB value is (193,74,91). Sum of RGB (Red+Green+Blue) = 193+74+91=358 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.91% from 358); Green value is 74 (29.30% from 255 or 20.67% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A5B is #3EB5A4. Grayscale: #6F6F6F. Windows color (decimal): -4109733 or 5982913. OLE color: 5982913.

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

Color convert

RGB1937491-
CMYK00.620.530.24
HSL351.43º48.97%52.35%-
HSV(B)351.43º61.66%75.69%-
XYZ26.3316.9911.79-
YUV111.52116.42186.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.91%
GREEN value IS 74 (29.30% from 255) = 20.67%
BLUE value IS 91 (35.94% from 255) = 25.42%
R=53.91%
G=20.67%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193749100.620.530.24351.4348.9752.35
HexC14A5B03E351815f3134
Octal30111213307665305376164
Binary1100000110010101011011011111011010111000101011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14a5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14a5b; }

 p { color: rgb(193,74,91); }

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

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

 a { background-color: rgb(193,74,91); }

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

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

 span { border-color: rgb(193,74,91); }

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