#C53F5E

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

Shades of Mandy #C53F5E

Tints of Mandy #C53F5E

Color information

#C53F5E (or 0xC53F5E) is unknown color: approx Mandy. HEX triplet: C5, 3F and 5E. RGB value is (197,63,94). Sum of RGB (Red+Green+Blue) = 197+63+94=354 (46% of max value = 765). Red value is 197 (77.34% from 255 or 55.65% from 354); Green value is 63 (25% from 255 or 17.80% from 354); Blue value is 94 (37.11% from 255 or 26.55% from 354); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53F5E is #3AC0A1. Grayscale: #6A6A6A. Windows color (decimal): -3850402 or 6176709. OLE color: 6176709.

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

Color convert

RGB1976394-
CMYK00.680.520.23
HSL346.12º53.6%50.98%-
HSV(B)346.12º68.02%77.25%-
XYZ26.8216.2312.31-
YUV106.6120.89192.48-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.65%
GREEN value IS 63 (25% from 255) = 17.80%
BLUE value IS 94 (37.11% from 255) = 26.55%
R=55.65%
G=17.80%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197639400.680.520.23346.1253.650.98
HexC53F5E044341715a3633
Octal30577136010464275326663
Binary1100010111111110111100100010011010010111101011010110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C53F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C53F5E; }

 p { color: rgb(197,63,94); }

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

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

 a { background-color: rgb(197,63,94); }

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

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

 span { border-color: rgb(197,63,94); }

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