#C9565A

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

Shades of Mandy #C9565A

Tints of Mandy #C9565A

Color information

#C9565A (or 0xC9565A) is unknown color: approx Mandy. HEX triplet: C9, 56 and 5A. RGB value is (201,86,90). Sum of RGB (Red+Green+Blue) = 201+86+90=377 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.32% from 377); Green value is 86 (33.98% from 255 or 22.81% from 377); Blue value is 90 (35.55% from 255 or 23.87% from 377); Max value from RGB is 201 - color contains mainly: red. Hex color #C9565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9565A is #36A9A5. Grayscale: #787878. Windows color (decimal): -3582374 or 5920457. OLE color: 5920457.

HSL color Cylindrical-coordinate representation of color #C9565A: hue angle of 357.91º 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 #C9565A is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB2018690-
CMYK00.570.550.21
HSL357.91º51.57%56.27%-
HSV(B)357.91º57.21%78.82%-
XYZ29.2619.8111.95-
YUV120.84110.6185.17-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.32%
GREEN value IS 86 (33.98% from 255) = 22.81%
BLUE value IS 90 (35.55% from 255) = 23.87%
R=53.32%
G=22.81%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201869000.570.550.21357.9151.5756.27
HexC9565A03937151663438
Octal31112613207167255466470
Binary1100100110101101011010011100111011110101101100110110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9565A; }

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

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

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

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

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

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

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

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