#C66164

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

Shades of Mandy #C66164

Tints of Mandy #C66164

Color information

#C66164 (or 0xC66164) is unknown color: approx Mandy. HEX triplet: C6, 61 and 64. RGB value is (198,97,100). Sum of RGB (Red+Green+Blue) = 198+97+100=395 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.13% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 100 (39.45% from 255 or 25.32% from 395); Max value from RGB is 198 - color contains mainly: red. Hex color #C66164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66164 is #399E9B. Grayscale: #7F7F7F. Windows color (decimal): -3776156 or 6578630. OLE color: 6578630.

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

Color convert

RGB19897100-
CMYK00.510.490.22
HSL358.22º46.98%57.84%-
HSV(B)358.22º51.01%77.65%-
XYZ29.8621.4814.63-
YUV127.54112.46178.26-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50.13%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 100 (39.45% from 255) = 25.32%
R=50.13%
G=24.56%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1989710000.510.490.22358.2246.9857.84
HexC6616403331161662f3a
Octal30614114406361265465772
Binary1100011011000011100100011001111000110110101100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66164; }

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

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

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

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

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

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

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

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