#C86466

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

Shades of Mandy #C86466

Tints of Mandy #C86466

Color information

#C86466 (or 0xC86466) is unknown color: approx Mandy. HEX triplet: C8, 64 and 66. RGB value is (200,100,102). Sum of RGB (Red+Green+Blue) = 200+100+102=402 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.75% from 402); Green value is 100 (39.45% from 255 or 24.88% from 402); Blue value is 102 (40.23% from 255 or 25.37% from 402); Max value from RGB is 200 - color contains mainly: red. Hex color #C86466 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86466 is #379B99. Grayscale: #828282. Windows color (decimal): -3644314 or 6710472. OLE color: 6710472.

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

Color convert

RGB200100102-
CMYK00.50.490.22
HSL358.8º47.62%58.82%-
HSV(B)358.8º50%78.43%-
XYZ30.7722.3515.26-
YUV130.13112.13177.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 49.75%
GREEN value IS 100 (39.45% from 255) = 24.88%
BLUE value IS 102 (40.23% from 255) = 25.37%
R=49.75%
G=24.88%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20010010200.50.490.22358.847.6258.82
HexC864660323116167303b
Octal31014414606261265476073
Binary1100100011001001100110011001011000110110101100111110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86466; }

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

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

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

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

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

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

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

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