#C85963

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

Shades of Mandy #C85963

Tints of Mandy #C85963

Color information

#C85963 (or 0xC85963) is unknown color: approx Mandy. HEX triplet: C8, 59 and 63. RGB value is (200,89,99). Sum of RGB (Red+Green+Blue) = 200+89+99=388 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.55% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 200 - color contains mainly: red. Hex color #C85963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85963 is #37A69C. Grayscale: #7B7B7B. Windows color (decimal): -3647133 or 6511048. OLE color: 6511048.

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

Color convert

RGB2008999-
CMYK00.560.500.22
HSL354.59º50.23%56.67%-
HSV(B)354.59º55.5%78.43%-
XYZ29.6420.3214.17-
YUV123.33114.27182.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 51.55%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 99 (39.06% from 255) = 25.52%
R=51.55%
G=22.94%
B=25.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200899900.560.500.22354.5950.2356.67
HexC8596303832161633239
Octal31013114307062265436271
Binary1100100010110011100011011100011001010110101100011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85963; }

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

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

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

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

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

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

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

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