#C46467

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

Shades of Mandy #C46467

Tints of Mandy #C46467

Color information

#C46467 (or 0xC46467) is unknown color: approx Mandy. HEX triplet: C4, 64 and 67. RGB value is (196,100,103). Sum of RGB (Red+Green+Blue) = 196+100+103=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 103 (40.62% from 255 or 25.81% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C46467 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C46467 is #3B9B98. Grayscale: #818181. Windows color (decimal): -3906457 or 6776004. OLE color: 6776004.

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

Color convert

RGB196100103-
CMYK00.490.470.23
HSL358.12º44.86%58.04%-
HSV(B)358.12º48.98%76.86%-
XYZ29.7721.8315.48-
YUV129.05113.3175.76-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 100 (39.45% from 255) = 25.06%
BLUE value IS 103 (40.62% from 255) = 25.81%
R=49.12%
G=25.06%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.47
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610010300.490.470.23358.1244.8658.04
HexC464670312F171662d3a
Octal30414414706157275465572
Binary1100010011001001100111011000110111110111101100110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46467; }

 p { color: rgb(196,100,103); }

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

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

 a { background-color: rgb(196,100,103); }

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

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

 span { border-color: rgb(196,100,103); }

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