#C64E4F

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

Shades of Mandy #C64E4F

Tints of Mandy #C64E4F

Color information

#C64E4F (or 0xC64E4F) is unknown color: approx Mandy. HEX triplet: C6, 4E and 4F. RGB value is (198,78,79). Sum of RGB (Red+Green+Blue) = 198+78+79=355 (47% of max value = 765). Red value is 198 (77.73% from 255 or 55.77% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 198 - color contains mainly: red. Hex color #C64E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64E4F is #39B1B0. Grayscale: #727272. Windows color (decimal): -3781041 or 5197510. OLE color: 5197510.

HSL color Cylindrical-coordinate representation of color #C64E4F: hue angle of 359.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 #C64E4F is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.22.

Color convert

RGB1987879-
CMYK00.610.600.22
HSL359.5º51.28%54.12%-
HSV(B)359.5º60.61%77.65%-
XYZ27.4218.029.43-
YUV113.99108.26187.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 55.77%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=55.77%
G=21.97%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.60
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198787900.610.600.22359.551.2854.12
HexC64E4F03D3C161683336
Octal30611611707574265506366
Binary1100011010011101001111011110111110010110101101000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64E4F; }

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

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

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

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

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

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

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

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