#C9565E

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

Shades of Mandy #C9565E

Tints of Mandy #C9565E

Color information

#C9565E (or 0xC9565E) is unknown color: approx Mandy. HEX triplet: C9, 56 and 5E. RGB value is (201,86,94). Sum of RGB (Red+Green+Blue) = 201+86+94=381 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.76% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 201 - color contains mainly: red. Hex color #C9565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9565E is #36A9A1. Grayscale: #797979. Windows color (decimal): -3582370 or 6182601. OLE color: 6182601.

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

Color convert

RGB2018694-
CMYK00.570.530.21
HSL355.83º51.57%56.27%-
HSV(B)355.83º57.21%78.82%-
XYZ29.4419.8812.88-
YUV121.3112.6184.85-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 52.76%
GREEN value IS 86 (33.98% from 255) = 22.57%
BLUE value IS 94 (37.11% from 255) = 24.67%
R=52.76%
G=22.57%
B=24.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201869400.570.530.21355.8351.5756.27
HexC9565E03935151643438
Octal31112613607165255446470
Binary1100100110101101011110011100111010110101101100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9565E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9565E; }

 p { color: rgb(201,86,94); }

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

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

 a { background-color: rgb(201,86,94); }

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

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

 span { border-color: rgb(201,86,94); }

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