#C86266

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

Shades of Mandy #C86266

Tints of Mandy #C86266

Color information

#C86266 (or 0xC86266) is unknown color: approx Mandy. HEX triplet: C8, 62 and 66. RGB value is (200,98,102). Sum of RGB (Red+Green+Blue) = 200+98+102=400 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50% from 400); Green value is 98 (38.67% from 255 or 24.5% from 400); Blue value is 102 (40.23% from 255 or 25.5% from 400); Max value from RGB is 200 - color contains mainly: red. Hex color #C86266 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86266 is #379D99. Grayscale: #818181. Windows color (decimal): -3644826 or 6709960. OLE color: 6709960.

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

Color convert

RGB20098102-
CMYK00.510.490.22
HSL357.65º48.11%58.43%-
HSV(B)357.65º51%78.43%-
XYZ30.5921.9715.2-
YUV128.95112.79178.67-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50%
GREEN value IS 98 (38.67% from 255) = 24.5%
BLUE value IS 102 (40.23% from 255) = 25.5%
R=50%
G=24.5%
B=25.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.49
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009810200.510.490.22357.6548.1158.43
HexC862660333116166303a
Octal31014214606361265466072
Binary1100100011000101100110011001111000110110101100110110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86266; }

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

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

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

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

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

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

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

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