#C46566

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

Shades of Mandy #C46566

Tints of Mandy #C46566

Color information

#C46566 (or 0xC46566) is unknown color: approx Mandy. HEX triplet: C4, 65 and 66. RGB value is (196,101,102). Sum of RGB (Red+Green+Blue) = 196+101+102=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 102 (40.23% from 255 or 25.56% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46566 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46566 is #3B9A99. Grayscale: #818181. Windows color (decimal): -3906202 or 6710724. OLE color: 6710724.

HSL color Cylindrical-coordinate representation of color #C46566: hue angle of 359.37º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C46566 is Cyan = 0, Magento = 0.48, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB196101102-
CMYK00.480.480.23
HSL359.37º44.6%58.24%-
HSV(B)359.37º48.47%76.86%-
XYZ29.822215.25-
YUV129.52112.47175.42-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 101 (39.84% from 255) = 25.31%
BLUE value IS 102 (40.23% from 255) = 25.56%
R=49.12%
G=25.31%
B=25.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610110200.480.480.23359.3744.658.24
HexC4656603030171672d3a
Octal30414514606060275475572
Binary1100010011001011100110011000011000010111101100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46566; }

 p { color: rgb(196,101,102); }

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

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

 a { background-color: rgb(196,101,102); }

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

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

 span { border-color: rgb(196,101,102); }

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