#c9545b

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

Shades of Mandy #C9545B

Tints of Mandy #C9545B

Color information

#C9545B (or 0xC9545B) is unknown color: approx Mandy. HEX triplet: C9, 54 and 5B. RGB value is (201,84,91). Sum of RGB (Red+Green+Blue) = 201+84+91=376 (49% of max value = 765). Red value is 201 (78.91% from 255 or 53.46% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 201 - color contains mainly: red. Hex color #C9545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9545B is #36ABA4. Grayscale: #777777. Windows color (decimal): -3582885 or 5985481. OLE color: 5985481.

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

Color convert

RGB2018491-
CMYK00.580.550.21
HSL356.41º52%55.88%-
HSV(B)356.41º58.21%78.82%-
XYZ29.1519.5112.13-
YUV119.78111.76185.93-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.46%
GREEN value IS 84 (33.20% from 255) = 22.34%
BLUE value IS 91 (35.94% from 255) = 24.20%
R=53.46%
G=22.34%
B=24.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.55
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal201849100.580.550.21356.415255.88
HexC9545B03A37151643438
Octal31112413307267255446470
Binary1100100110101001011011011101011011110101101100100110100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c9545b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c9545b; }

 p { color: rgb(201,84,91); }

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

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

 a { background-color: rgb(201,84,91); }

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

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

 span { border-color: rgb(201,84,91); }

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