#C2445A

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

Shades of Mandy #C2445A

Tints of Mandy #C2445A

Color information

#C2445A (or 0xC2445A) is unknown color: approx Mandy. HEX triplet: C2, 44 and 5A. RGB value is (194,68,90). Sum of RGB (Red+Green+Blue) = 194+68+90=352 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.11% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 90 (35.55% from 255 or 25.57% from 352); Max value from RGB is 194 - color contains mainly: red. Hex color #C2445A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2445A is #3DBBA5. Grayscale: #6C6C6C. Windows color (decimal): -4045734 or 5915842. OLE color: 5915842.

HSL color Cylindrical-coordinate representation of color #C2445A: hue angle of 349.52º degrees, saturation: 0.51, 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 #C2445A is Cyan = 0, Magento = 0.65, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB1946890-
CMYK00.650.540.24
HSL349.52º50.81%51.37%-
HSV(B)349.52º64.95%76.08%-
XYZ26.1616.3411.45-
YUV108.18117.74189.21-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.11%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 90 (35.55% from 255) = 25.57%
R=55.11%
G=19.32%
B=25.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194689000.650.540.24349.5250.8151.37
HexC2445A041361815e3333
Octal302104132010166305366363
Binary11000010100010010110100100000111011011000101011110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2445A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2445A; }

 p { color: rgb(194,68,90); }

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

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

 a { background-color: rgb(194,68,90); }

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

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

 span { border-color: rgb(194,68,90); }

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