#C14A52

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

Shades of Mandy #C14A52

Tints of Mandy #C14A52

Color information

#C14A52 (or 0xC14A52) is unknown color: approx Mandy. HEX triplet: C1, 4A and 52. RGB value is (193,74,82). Sum of RGB (Red+Green+Blue) = 193+74+82=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 74 (29.30% from 255 or 21.20% from 349); Blue value is 82 (32.42% from 255 or 23.50% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A52 is #3EB5AD. Grayscale: #6E6E6E. Windows color (decimal): -4109742 or 5393089. OLE color: 5393089.

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

Color convert

RGB1937482-
CMYK00.620.580.24
HSL355.97º48.97%52.35%-
HSV(B)355.97º61.66%75.69%-
XYZ25.9616.849.87-
YUV110.49111.92186.85-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.30%
GREEN value IS 74 (29.30% from 255) = 21.20%
BLUE value IS 82 (32.42% from 255) = 23.50%
R=55.30%
G=21.20%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193748200.620.580.24355.9748.9752.35
HexC14A5203E3A181643134
Octal30111212207672305446164
Binary1100000110010101010010011111011101011000101100100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14A52; }

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

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

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

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

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

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

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

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