#C66165

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

Shades of Mandy #C66165

Tints of Mandy #C66165

Color information

#C66165 (or 0xC66165) is unknown color: approx Mandy. HEX triplet: C6, 61 and 65. RGB value is (198,97,101). Sum of RGB (Red+Green+Blue) = 198+97+101=396 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 198 - color contains mainly: red. Hex color #C66165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C66165 is #399E9A. Grayscale: #7F7F7F. Windows color (decimal): -3776155 or 6644166. OLE color: 6644166.

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

Color convert

RGB19897101-
CMYK00.510.490.22
HSL357.62º46.98%57.84%-
HSV(B)357.62º51.01%77.65%-
XYZ29.9121.4914.88-
YUV127.65112.96178.17-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 50%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 101 (39.84% from 255) = 25.51%
R=50%
G=24.49%
B=25.51%

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
Decimal1989710100.510.490.22357.6246.9857.84
HexC6616503331161662f3a
Octal30614114506361265465772
Binary1100011011000011100101011001111000110110101100110101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66165; }

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

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

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

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

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

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

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

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