#C64C4D

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

Shades of Mandy #C64C4D

Tints of Mandy #C64C4D

Color information

#C64C4D (or 0xC64C4D) is unknown color: approx Mandy. HEX triplet: C6, 4C and 4D. RGB value is (198,76,77). Sum of RGB (Red+Green+Blue) = 198+76+77=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 77 (30.47% from 255 or 21.94% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C64C4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64C4D is #39B3B2. Grayscale: #707070. Windows color (decimal): -3781555 or 5065926. OLE color: 5065926.

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

Color convert

RGB1987677-
CMYK00.620.610.22
HSL359.51º51.69%53.73%-
HSV(B)359.51º61.62%77.65%-
XYZ27.2117.719.01-
YUV112.59107.92188.92-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 56.41%
GREEN value IS 76 (30.08% from 255) = 21.65%
BLUE value IS 77 (30.47% from 255) = 21.94%
R=56.41%
G=21.65%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198767700.620.610.22359.5151.6953.73
HexC64C4D03E3D161683436
Octal30611411507675265506466
Binary1100011010011001001101011111011110110110101101000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64C4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64C4D; }

 p { color: rgb(198,76,77); }

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

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

 a { background-color: rgb(198,76,77); }

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

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

 span { border-color: rgb(198,76,77); }

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