#C6464D

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

Shades of Mandy #C6464D

Tints of Mandy #C6464D

Color information

#C6464D (or 0xC6464D) is unknown color: approx Mandy. HEX triplet: C6, 46 and 4D. RGB value is (198,70,77). Sum of RGB (Red+Green+Blue) = 198+70+77=345 (45% of max value = 765). Red value is 198 (77.73% from 255 or 57.39% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 77 (30.47% from 255 or 22.32% from 345); Max value from RGB is 198 - color contains mainly: red. Hex color #C6464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6464D is #39B9B2. Grayscale: #6D6D6D. Windows color (decimal): -3783091 or 5064390. OLE color: 5064390.

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

Color convert

RGB1987077-
CMYK00.650.610.22
HSL356.72º52.89%52.55%-
HSV(B)356.72º64.65%77.65%-
XYZ26.8216.928.87-
YUV109.07109.91191.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 57.39%
GREEN value IS 70 (27.73% from 255) = 20.29%
BLUE value IS 77 (30.47% from 255) = 22.32%
R=57.39%
G=20.29%
B=22.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198707700.650.610.22356.7252.8952.55
HexC6464D0413D161653535
Octal306106115010175265456565
Binary11000110100011010011010100000111110110110101100101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6464D; }

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

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

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

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

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

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

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

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