#C86165

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

Shades of Mandy #C86165

Tints of Mandy #C86165

Color information

#C86165 (or 0xC86165) is unknown color: approx Mandy. HEX triplet: C8, 61 and 65. RGB value is (200,97,101). Sum of RGB (Red+Green+Blue) = 200+97+101=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 101 (39.84% from 255 or 25.38% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86165 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86165 is #379E9A. Grayscale: #808080. Windows color (decimal): -3645083 or 6644168. OLE color: 6644168.

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

Color convert

RGB20097101-
CMYK00.520.490.22
HSL357.67º48.36%58.24%-
HSV(B)357.67º51.5%78.43%-
XYZ30.4421.7714.91-
YUV128.25112.62179.17-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 101 (39.84% from 255) = 25.38%
R=50.25%
G=24.37%
B=25.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009710100.520.490.22357.6748.3658.24
HexC861650343116166303a
Octal31014114506461265466072
Binary1100100011000011100101011010011000110110101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86165; }

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

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

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

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

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

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

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

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