#C14256

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

Shades of Mandy #C14256

Tints of Mandy #C14256

Color information

#C14256 (or 0xC14256) is unknown color: approx Mandy. HEX triplet: C1, 42 and 56. RGB value is (193,66,86). Sum of RGB (Red+Green+Blue) = 193+66+86=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 86 (33.98% from 255 or 24.93% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C14256 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14256 is #3EBDA9. Grayscale: #6A6A6A. Windows color (decimal): -4111786 or 5653185. OLE color: 5653185.

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

Color convert

RGB1936686-
CMYK00.660.550.24
HSL350.55º50.6%50.78%-
HSV(B)350.55º65.8%75.69%-
XYZ25.6215.9110.52-
YUV106.25116.58189.87-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 66 (26.17% from 255) = 19.13%
BLUE value IS 86 (33.98% from 255) = 24.93%
R=55.94%
G=19.13%
B=24.93%

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
Decimal193668600.660.550.24350.5550.650.78
HexC14256042371815f3333
Octal301102126010267305376363
Binary11000001100001010101100100001011011111000101011111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14256; }

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

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

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

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

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

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

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

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