#C86368

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

Shades of Mandy #C86368

Tints of Mandy #C86368

Color information

#C86368 (or 0xC86368) is unknown color: approx Mandy. HEX triplet: C8, 63 and 68. RGB value is (200,99,104). Sum of RGB (Red+Green+Blue) = 200+99+104=403 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.63% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 104 (41.02% from 255 or 25.81% from 403); Max value from RGB is 200 - color contains mainly: red. Hex color #C86368 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86368 is #379C97. Grayscale: #818181. Windows color (decimal): -3644568 or 6841288. OLE color: 6841288.

HSL color Cylindrical-coordinate representation of color #C86368: hue angle of 357.03º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C86368 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB20099104-
CMYK00.500.480.22
HSL357.03º47.87%58.63%-
HSV(B)357.03º50.5%78.43%-
XYZ30.7822.215.76-
YUV129.77113.46178.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.63%
GREEN value IS 99 (39.06% from 255) = 24.57%
BLUE value IS 104 (41.02% from 255) = 25.81%
R=49.63%
G=24.57%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009910400.500.480.22357.0347.8758.63
HexC863680323016165303b
Octal31014315006260265456073
Binary1100100011000111101000011001011000010110101100101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86368; }

 p { color: rgb(200,99,104); }

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

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

 a { background-color: rgb(200,99,104); }

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

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

 span { border-color: rgb(200,99,104); }

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