#C46066

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

Shades of Mandy #C46066

Tints of Mandy #C46066

Color information

#C46066 (or 0xC46066) is unknown color: approx Mandy. HEX triplet: C4, 60 and 66. RGB value is (196,96,102). Sum of RGB (Red+Green+Blue) = 196+96+102=394 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.75% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 102 (40.23% from 255 or 25.89% from 394); Max value from RGB is 196 - color contains mainly: red. Hex color #C46066 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46066 is #3B9F99. Grayscale: #7E7E7E. Windows color (decimal): -3907482 or 6709444. OLE color: 6709444.

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

Color convert

RGB19696102-
CMYK00.510.480.23
HSL356.4º45.87%57.25%-
HSV(B)356.4º51.02%76.86%-
XYZ29.3521.0615.09-
YUV126.58114.13177.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.75%
GREEN value IS 96 (37.89% from 255) = 24.37%
BLUE value IS 102 (40.23% from 255) = 25.89%
R=49.75%
G=24.37%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.48
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969610200.510.480.23356.445.8757.25
HexC4606603330171642e39
Octal30414014606360275445671
Binary1100010011000001100110011001111000010111101100100101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46066; }

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

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

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

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

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

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

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

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