#C45A5D

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

Shades of Mandy #C45A5D

Tints of Mandy #C45A5D

Color information

#C45A5D (or 0xC45A5D) is unknown color: approx Mandy. HEX triplet: C4, 5A and 5D. RGB value is (196,90,93). Sum of RGB (Red+Green+Blue) = 196+90+93=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C45A5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45A5D is #3BA5A2. Grayscale: #7A7A7A. Windows color (decimal): -3909027 or 6118084. OLE color: 6118084.

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

Color convert

RGB1969093-
CMYK00.540.530.23
HSL358.3º47.32%56.08%-
HSV(B)358.3º54.08%76.86%-
XYZ28.419.8412.69-
YUV122.04111.62180.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.72%
GREEN value IS 90 (35.55% from 255) = 23.75%
BLUE value IS 93 (36.72% from 255) = 24.54%
R=51.72%
G=23.75%
B=24.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196909300.540.530.23358.347.3256.08
HexC45A5D03635171662f38
Octal30413213506665275465770
Binary1100010010110101011101011011011010110111101100110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45A5D; }

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

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

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

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

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

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

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

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