#C86264

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

Shades of Mandy #C86264

Tints of Mandy #C86264

Color information

#C86264 (or 0xC86264) is unknown color: approx Mandy. HEX triplet: C8, 62 and 64. RGB value is (200,98,100). Sum of RGB (Red+Green+Blue) = 200+98+100=398 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.25% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 100 (39.45% from 255 or 25.13% from 398); Max value from RGB is 200 - color contains mainly: red. Hex color #C86264 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C86264 is #379D9B. Grayscale: #808080. Windows color (decimal): -3644828 or 6578888. OLE color: 6578888.

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

Color convert

RGB20098100-
CMYK00.510.50.22
HSL358.82º48.11%58.43%-
HSV(B)358.82º51%78.43%-
XYZ30.4921.9314.68-
YUV128.73111.79178.84-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 50.25%
GREEN value IS 98 (38.67% from 255) = 24.62%
BLUE value IS 100 (39.45% from 255) = 25.13%
R=50.25%
G=24.62%
B=25.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.5
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2009810000.510.50.22358.8248.1158.43
HexC862640333216167303a
Octal31014214406362265476072
Binary1100100011000101100100011001111001010110101100111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C86264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C86264; }

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

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

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

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

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

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

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

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