#C14652

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

Shades of Mandy #C14652

Tints of Mandy #C14652

Color information

#C14652 (or 0xC14652) is unknown color: approx Mandy. HEX triplet: C1, 46 and 52. RGB value is (193,70,82). Sum of RGB (Red+Green+Blue) = 193+70+82=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 82 (32.42% from 255 or 23.77% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C14652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14652 is #3EB9AD. Grayscale: #6C6C6C. Windows color (decimal): -4110766 or 5392065. OLE color: 5392065.

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

Color convert

RGB1937082-
CMYK00.640.580.24
HSL354.15º49.8%51.57%-
HSV(B)354.15º63.73%75.69%-
XYZ25.7116.339.78-
YUV108.14113.25188.52-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 82 (32.42% from 255) = 23.77%
R=55.94%
G=20.29%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193708200.640.580.24354.1549.851.57
HexC146520403A181623234
Octal301106122010072305426264
Binary11000001100011010100100100000011101011000101100010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C14652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C14652; }

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

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

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

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

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

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

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

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