#C45A60

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

Shades of Mandy #C45A60

Tints of Mandy #C45A60

Color information

#C45A60 (or 0xC45A60) is unknown color: approx Mandy. HEX triplet: C4, 5A and 60. RGB value is (196,90,96). Sum of RGB (Red+Green+Blue) = 196+90+96=382 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.31% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 96 (37.89% from 255 or 25.13% from 382); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A60 is #3BA59F. Grayscale: #7A7A7A. Windows color (decimal): -3909024 or 6314692. OLE color: 6314692.

HSL color Cylindrical-coordinate representation of color #C45A60: hue angle of 356.6º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C45A60 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.23.

Color convert

RGB1969096-
CMYK00.540.510.23
HSL356.6º47.32%56.08%-
HSV(B)356.6º54.08%76.86%-
XYZ28.5319.8913.4-
YUV122.38113.12180.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.31%
GREEN value IS 90 (35.55% from 255) = 23.56%
BLUE value IS 96 (37.89% from 255) = 25.13%
R=51.31%
G=23.56%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.51
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196909600.540.510.23356.647.3256.08
HexC45A6003633171652f38
Octal30413214006663275455770
Binary1100010010110101100000011011011001110111101100101101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A60; }

 p { color: rgb(196,90,96); }

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

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

 a { background-color: rgb(196,90,96); }

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

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

 span { border-color: rgb(196,90,96); }

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