#C85463

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

Shades of Mandy #C85463

Tints of Mandy #C85463

Color information

#C85463 (or 0xC85463) is unknown color: approx Mandy. HEX triplet: C8, 54 and 63. RGB value is (200,84,99). Sum of RGB (Red+Green+Blue) = 200+84+99=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 99 (39.06% from 255 or 25.85% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85463 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85463 is #37AB9C. Grayscale: #787878. Windows color (decimal): -3648413 or 6509768. OLE color: 6509768.

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

Color convert

RGB2008499-
CMYK00.580.500.22
HSL352.24º51.33%55.69%-
HSV(B)352.24º58%78.43%-
XYZ29.2419.5214.03-
YUV120.39115.93184.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 84 (33.20% from 255) = 21.93%
BLUE value IS 99 (39.06% from 255) = 25.85%
R=52.22%
G=21.93%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200849900.580.500.22352.2451.3355.69
HexC8546303A32161603338
Octal31012414307262265406370
Binary1100100010101001100011011101011001010110101100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85463; }

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

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

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

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

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

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

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

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