#C86164

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

Shades of Mandy #C86164

Tints of Mandy #C86164

Color information

#C86164 (or 0xC86164) is unknown color: approx Mandy. HEX triplet: C8, 61 and 64. RGB value is (200,97,100). Sum of RGB (Red+Green+Blue) = 200+97+100=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 97 (38.28% from 255 or 24.43% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C86164 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86164 is #379E9B. Grayscale: #808080. Windows color (decimal): -3645084 or 6578632. OLE color: 6578632.

HSL color Cylindrical-coordinate representation of color #C86164: hue angle of 358.25º degrees, saturation: 0.48, 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 #C86164 is Cyan = 0, Magento = 0.52, Yellow = 0.5 and Black (K on CMYK) = 0.22.

Color convert

RGB20097100-
CMYK00.520.50.22
HSL358.25º48.36%58.24%-
HSV(B)358.25º51.5%78.43%-
XYZ30.3921.7514.65-
YUV128.14112.12179.26-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.38%
GREEN value IS 97 (38.28% from 255) = 24.43%
BLUE value IS 100 (39.45% from 255) = 25.19%
R=50.38%
G=24.43%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009710000.520.50.22358.2548.3658.24
HexC861640343216166303a
Octal31014114406462265466072
Binary1100100011000011100100011010011001010110101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86164; }

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

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

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

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

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

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

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

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