#C85661

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

Shades of Mandy #C85661

Tints of Mandy #C85661

Color information

#C85661 (or 0xC85661) is unknown color: approx Mandy. HEX triplet: C8, 56 and 61. RGB value is (200,86,97). Sum of RGB (Red+Green+Blue) = 200+86+97=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C85661 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C85661 is #37A99E. Grayscale: #797979. Windows color (decimal): -3647903 or 6379208. OLE color: 6379208.

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

Color convert

RGB2008697-
CMYK00.570.520.22
HSL354.21º50.89%56.08%-
HSV(B)354.21º57%78.43%-
XYZ29.319.813.59-
YUV121.34114.27184.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 52.22%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 97 (38.28% from 255) = 25.33%
R=52.22%
G=22.45%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal200869700.570.520.22354.2150.8956.08
HexC8566103934161623338
Octal31012614107164265426370
Binary1100100010101101100001011100111010010110101100010110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C85661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C85661; }

 p { color: rgb(200,86,97); }

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

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

 a { background-color: rgb(200,86,97); }

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

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

 span { border-color: rgb(200,86,97); }

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