#C64E5B

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

Shades of Mandy #C64E5B

Tints of Mandy #C64E5B

Color information

#C64E5B (or 0xC64E5B) is unknown color: approx Mandy. HEX triplet: C6, 4E and 5B. RGB value is (198,78,91). Sum of RGB (Red+Green+Blue) = 198+78+91=367 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.95% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E5B is #39B1A4. Grayscale: #737373. Windows color (decimal): -3781029 or 5983942. OLE color: 5983942.

HSL color Cylindrical-coordinate representation of color #C64E5B: hue angle of 353.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C64E5B is Cyan = 0, Magento = 0.61, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB1987891-
CMYK00.610.540.22
HSL353.5º51.28%54.12%-
HSV(B)353.5º60.61%77.65%-
XYZ27.918.2111.94-
YUV115.36114.26186.94-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.95%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 91 (35.94% from 255) = 24.80%
R=53.95%
G=21.25%
B=24.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198789100.610.540.22353.551.2854.12
HexC64E5B03D36161623336
Octal30611613307566265426366
Binary1100011010011101011011011110111011010110101100010110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E5B; }

 p { color: rgb(198,78,91); }

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

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

 a { background-color: rgb(198,78,91); }

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

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

 span { border-color: rgb(198,78,91); }

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