#C0575D

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

Shades of Mandy #C0575D

Tints of Mandy #C0575D

Color information

#C0575D (or 0xC0575D) is unknown color: approx Mandy. HEX triplet: C0, 57 and 5D. RGB value is (192,87,93). Sum of RGB (Red+Green+Blue) = 192+87+93=372 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.61% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 93 (36.72% from 255 or 25% from 372); Max value from RGB is 192 - color contains mainly: red. Hex color #C0575D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0575D is #3FA8A2. Grayscale: #777777. Windows color (decimal): -4171939 or 6117312. OLE color: 6117312.

HSL color Cylindrical-coordinate representation of color #C0575D: hue angle of 356.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0575D is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB1928793-
CMYK00.550.520.25
HSL356.57º45.45%54.71%-
HSV(B)356.57º54.69%75.29%-
XYZ27.1218.8112.56-
YUV119.08113.29180.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.61%
GREEN value IS 87 (34.38% from 255) = 23.39%
BLUE value IS 93 (36.72% from 255) = 25%
R=51.61%
G=23.39%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192879300.550.520.25356.5745.4554.71
HexC0575D03734191652d37
Octal30012713506764315455567
Binary1100000010101111011101011011111010011001101100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0575D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0575D; }

 p { color: rgb(192,87,93); }

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

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

 a { background-color: rgb(192,87,93); }

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

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

 span { border-color: rgb(192,87,93); }

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