#c14452

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

Shades of Mandy #C14452

Tints of Mandy #C14452

Color information

#C14452 (or 0xC14452) is unknown color: approx Mandy. HEX triplet: C1, 44 and 52. RGB value is (193,68,82). Sum of RGB (Red+Green+Blue) = 193+68+82=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 82 (32.42% from 255 or 23.91% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C14452 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14452 is #3EBBAD. Grayscale: #6B6B6B. Windows color (decimal): -4111278 or 5391553. OLE color: 5391553.

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

Color convert

RGB1936882-
CMYK00.650.580.24
HSL353.28º50.2%51.18%-
HSV(B)353.28º64.77%75.69%-
XYZ25.5816.089.74-
YUV106.97113.91189.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 68 (26.95% from 255) = 19.83%
BLUE value IS 82 (32.42% from 255) = 23.91%
R=56.27%
G=19.83%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193688200.650.580.24353.2850.251.18
HexC144520413A181613233
Octal301104122010172305416263
Binary11000001100010010100100100000111101011000101100001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c14452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c14452; }

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

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

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

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

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

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

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

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