#C6565D

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

Shades of Mandy #C6565D

Tints of Mandy #C6565D

Color information

#C6565D (or 0xC6565D) is unknown color: approx Mandy. HEX triplet: C6, 56 and 5D. RGB value is (198,86,93). Sum of RGB (Red+Green+Blue) = 198+86+93=377 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.52% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 198 - color contains mainly: red. Hex color #C6565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6565D is #39A9A2. Grayscale: #787878. Windows color (decimal): -3778979 or 6117062. OLE color: 6117062.

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

Color convert

RGB1988693-
CMYK00.570.530.22
HSL356.25º49.56%55.69%-
HSV(B)356.25º56.57%77.65%-
XYZ28.5919.4512.6-
YUV120.29112.61183.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 52.52%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 93 (36.72% from 255) = 24.67%
R=52.52%
G=22.81%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198869300.570.530.22356.2549.5655.69
HexC6565D03935161643238
Octal30612613507165265446270
Binary1100011010101101011101011100111010110110101100100110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6565D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6565D; }

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

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

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

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

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

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

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

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