#C14D52

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

Shades of Mandy #C14D52

Tints of Mandy #C14D52

Color information

#C14D52 (or 0xC14D52) is unknown color: approx Mandy. HEX triplet: C1, 4D and 52. RGB value is (193,77,82). Sum of RGB (Red+Green+Blue) = 193+77+82=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 82 (32.42% from 255 or 23.30% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D52 is #3EB2AD. Grayscale: #707070. Windows color (decimal): -4108974 or 5393857. OLE color: 5393857.

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

Color convert

RGB1937782-
CMYK00.600.580.24
HSL357.41º48.33%52.94%-
HSV(B)357.41º60.1%75.69%-
XYZ26.1717.259.93-
YUV112.25110.93185.59-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 77 (30.47% from 255) = 21.88%
BLUE value IS 82 (32.42% from 255) = 23.30%
R=54.83%
G=21.88%
B=23.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193778200.600.580.24357.4148.3352.94
HexC14D5203C3A181653035
Octal30111512207472305456065
Binary1100000110011011010010011110011101011000101100101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14D52; }

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

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

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

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

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

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

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

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