#C65965

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

Shades of Mandy #C65965

Tints of Mandy #C65965

Color information

#C65965 (or 0xC65965) is unknown color: approx Mandy. HEX triplet: C6, 59 and 65. RGB value is (198,89,101). Sum of RGB (Red+Green+Blue) = 198+89+101=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 101 (39.84% from 255 or 26.03% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C65965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65965 is #39A69A. Grayscale: #7B7B7B. Windows color (decimal): -3778203 or 6642118. OLE color: 6642118.

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

Color convert

RGB19889101-
CMYK00.550.490.22
HSL353.39º48.88%56.27%-
HSV(B)353.39º55.05%77.65%-
XYZ29.2120.0914.65-
YUV122.96115.61181.52-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.03%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 101 (39.84% from 255) = 26.03%
R=51.03%
G=22.94%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988910100.550.490.22353.3948.8856.27
HexC6596503731161613138
Octal30613114506761265416170
Binary1100011010110011100101011011111000110110101100001110001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65965; }

 p { color: rgb(198,89,101); }

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

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

 a { background-color: rgb(198,89,101); }

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

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

 span { border-color: rgb(198,89,101); }

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