#C65664

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

Shades of Mandy #C65664

Tints of Mandy #C65664

Color information

#C65664 (or 0xC65664) is unknown color: approx Mandy. HEX triplet: C6, 56 and 64. RGB value is (198,86,100). Sum of RGB (Red+Green+Blue) = 198+86+100=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 86 (33.98% from 255 or 22.40% from 384); Blue value is 100 (39.45% from 255 or 26.04% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C65664 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C65664 is #39A99B. Grayscale: #797979. Windows color (decimal): -3778972 or 6575814. OLE color: 6575814.

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

Color convert

RGB19886100-
CMYK00.570.490.22
HSL352.5º49.56%55.69%-
HSV(B)352.5º56.57%77.65%-
XYZ28.9219.5814.31-
YUV121.08116.11182.86-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.56%
GREEN value IS 86 (33.98% from 255) = 22.40%
BLUE value IS 100 (39.45% from 255) = 26.04%
R=51.56%
G=22.40%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1988610000.570.490.22352.549.5655.69
HexC6566403931161603238
Octal30612614407161265406270
Binary1100011010101101100100011100111000110110101100000110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65664

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65664; }

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

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

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

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

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

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

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

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