#C14257

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

Shades of Mandy #C14257

Tints of Mandy #C14257

Color information

#C14257 (or 0xC14257) is unknown color: approx Mandy. HEX triplet: C1, 42 and 57. RGB value is (193,66,87). Sum of RGB (Red+Green+Blue) = 193+66+87=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 87 (34.38% from 255 or 25.14% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C14257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14257 is #3EBDA8. Grayscale: #6A6A6A. Windows color (decimal): -4111785 or 5718721. OLE color: 5718721.

HSL color Cylindrical-coordinate representation of color #C14257: hue angle of 350.08º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14257 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB1936687-
CMYK00.660.550.24
HSL350.08º50.6%50.78%-
HSV(B)350.08º65.8%75.69%-
XYZ25.6615.9210.74-
YUV106.37117.08189.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 66 (26.17% from 255) = 19.08%
BLUE value IS 87 (34.38% from 255) = 25.14%
R=55.78%
G=19.08%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193668700.660.550.24350.0850.650.78
HexC14257042371815e3333
Octal301102127010267305366363
Binary11000001100001010101110100001011011111000101011110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14257; }

 p { color: rgb(193,66,87); }

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

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

 a { background-color: rgb(193,66,87); }

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

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

 span { border-color: rgb(193,66,87); }

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