#C86468

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

Shades of Mandy #C86468

Tints of Mandy #C86468

Color information

#C86468 (or 0xC86468) is unknown color: approx Mandy. HEX triplet: C8, 64 and 68. RGB value is (200,100,104). Sum of RGB (Red+Green+Blue) = 200+100+104=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C86468 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86468 is #379B97. Grayscale: #828282. Windows color (decimal): -3644312 or 6841544. OLE color: 6841544.

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

Color convert

RGB200100104-
CMYK00.50.480.22
HSL357.6º47.62%58.82%-
HSV(B)357.6º50%78.43%-
XYZ30.8822.3915.79-
YUV130.36113.13177.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.50%
GREEN value IS 100 (39.45% from 255) = 24.75%
BLUE value IS 104 (41.02% from 255) = 25.74%
R=49.50%
G=24.75%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010010400.50.480.22357.647.6258.82
HexC864680323016166303b
Octal31014415006260265466073
Binary1100100011001001101000011001011000010110101100110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86468; }

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

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

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

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

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

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

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

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