#C9575A

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

Shades of Mandy #C9575A

Tints of Mandy #C9575A

Color information

#C9575A (or 0xC9575A) is unknown color: approx Mandy. HEX triplet: C9, 57 and 5A. RGB value is (201,87,90). Sum of RGB (Red+Green+Blue) = 201+87+90=378 (50% of max value = 765). Red value is 201 (78.91% from 255 or 53.17% from 378); Green value is 87 (34.38% from 255 or 23.02% from 378); Blue value is 90 (35.55% from 255 or 23.81% from 378); Max value from RGB is 201 - color contains mainly: red. Hex color #C9575A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C9575A is #36A8A5. Grayscale: #797979. Windows color (decimal): -3582118 or 5920713. OLE color: 5920713.

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

Color convert

RGB2018790-
CMYK00.570.550.21
HSL358.42º51.35%56.47%-
HSV(B)358.42º56.72%78.82%-
XYZ29.3419.9711.98-
YUV121.43110.27184.76-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 53.17%
GREEN value IS 87 (34.38% from 255) = 23.02%
BLUE value IS 90 (35.55% from 255) = 23.81%
R=53.17%
G=23.02%
B=23.81%

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
Decimal201879000.570.550.21358.4251.3556.47
HexC9575A03937151663338
Octal31112713207167255466370
Binary1100100110101111011010011100111011110101101100110110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9575A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9575A; }

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

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

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

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

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

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

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

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