#C45C5F

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

Shades of Mandy #C45C5F

Tints of Mandy #C45C5F

Color information

#C45C5F (or 0xC45C5F) is unknown color: approx Mandy. HEX triplet: C4, 5C and 5F. RGB value is (196,92,95). Sum of RGB (Red+Green+Blue) = 196+92+95=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 92 (36.33% from 255 or 24.02% from 383); Blue value is 95 (37.5% from 255 or 24.80% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C45C5F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C45C5F is #3BA3A0. Grayscale: #7B7B7B. Windows color (decimal): -3908513 or 6249668. OLE color: 6249668.

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

Color convert

RGB1969295-
CMYK00.530.520.23
HSL358.27º46.85%56.47%-
HSV(B)358.27º53.06%76.86%-
XYZ28.6620.2213.22-
YUV123.44111.96179.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 51.17%
GREEN value IS 92 (36.33% from 255) = 24.02%
BLUE value IS 95 (37.5% from 255) = 24.80%
R=51.17%
G=24.02%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196929500.530.520.23358.2746.8556.47
HexC45C5F03534171662f38
Octal30413413706564275465770
Binary1100010010111001011111011010111010010111101100110101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45C5F; }

 p { color: rgb(196,92,95); }

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

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

 a { background-color: rgb(196,92,95); }

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

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

 span { border-color: rgb(196,92,95); }

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