#C64F5E

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

Shades of Mandy #C64F5E

Tints of Mandy #C64F5E

Color information

#C64F5E (or 0xC64F5E) is unknown color: approx Mandy. HEX triplet: C6, 4F and 5E. RGB value is (198,79,94). Sum of RGB (Red+Green+Blue) = 198+79+94=371 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.37% from 371); Green value is 79 (31.25% from 255 or 21.29% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 198 - color contains mainly: red. Hex color #C64F5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C64F5E is #39B0A1. Grayscale: #747474. Windows color (decimal): -3780770 or 6180806. OLE color: 6180806.

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

Color convert

RGB1987994-
CMYK00.600.530.22
HSL352.44º51.07%54.31%-
HSV(B)352.44º60.1%77.65%-
XYZ28.1118.4112.66-
YUV116.29115.42186.28-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.37%
GREEN value IS 79 (31.25% from 255) = 21.29%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=53.37%
G=21.29%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198799400.600.530.22352.4451.0754.31
HexC64F5E03C35161603336
Octal30611713607465265406366
Binary1100011010011111011110011110011010110110101100000110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C64F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C64F5E; }

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

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

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

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

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

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

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

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