#C6465D

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

Shades of Mandy #C6465D

Tints of Mandy #C6465D

Color information

#C6465D (or 0xC6465D) is unknown color: approx Mandy. HEX triplet: C6, 46 and 5D. RGB value is (198,70,93). Sum of RGB (Red+Green+Blue) = 198+70+93=361 (47% of max value = 765). Red value is 198 (77.73% from 255 or 54.85% from 361); Green value is 70 (27.73% from 255 or 19.39% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 198 - color contains mainly: red. Hex color #C6465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6465D is #39B9A2. Grayscale: #6E6E6E. Windows color (decimal): -3783075 or 6112966. OLE color: 6112966.

HSL color Cylindrical-coordinate representation of color #C6465D: hue angle of 349.22º 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 #C6465D is Cyan = 0, Magento = 0.65, Yellow = 0.53 and Black (K on CMYK) = 0.22.

Color convert

RGB1987093-
CMYK00.650.530.22
HSL349.22º52.89%52.55%-
HSV(B)349.22º64.65%77.65%-
XYZ27.4517.1812.22-
YUV110.89117.91190.13-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 54.85%
GREEN value IS 70 (27.73% from 255) = 19.39%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=54.85%
G=19.39%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198709300.650.530.22349.2252.8952.55
HexC6465D041351615d3535
Octal306106135010165265356565
Binary11000110100011010111010100000111010110110101011101110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6465D; }

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

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

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

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

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

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

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

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