#C45A5B

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

Shades of Mandy #C45A5B

Tints of Mandy #C45A5B

Color information

#C45A5B (or 0xC45A5B) is unknown color: approx Mandy. HEX triplet: C4, 5A and 5B. RGB value is (196,90,91). Sum of RGB (Red+Green+Blue) = 196+90+91=377 (49% of max value = 765). Red value is 196 (76.95% from 255 or 51.99% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A5B is #3BA5A4. Grayscale: #797979. Windows color (decimal): -3909029 or 5987012. OLE color: 5987012.

HSL color Cylindrical-coordinate representation of color #C45A5B: hue angle of 359.43º 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 #C45A5B is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB1969091-
CMYK00.540.540.23
HSL359.43º47.32%56.08%-
HSV(B)359.43º54.08%76.86%-
XYZ28.3119.812.23-
YUV121.81110.62180.92-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.99%
GREEN value IS 90 (35.55% from 255) = 23.87%
BLUE value IS 91 (35.94% from 255) = 24.14%
R=51.99%
G=23.87%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196909100.540.540.23359.4347.3256.08
HexC45A5B03636171672f38
Octal30413213306666275475770
Binary1100010010110101011011011011011011010111101100111101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A5B; }

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

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

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

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

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

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

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

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