#C0575C

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

Shades of Mandy #C0575C

Tints of Mandy #C0575C

Color information

#C0575C (or 0xC0575C) is unknown color: approx Mandy. HEX triplet: C0, 57 and 5C. RGB value is (192,87,92). Sum of RGB (Red+Green+Blue) = 192+87+92=371 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.75% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 92 (36.33% from 255 or 24.80% from 371); Max value from RGB is 192 - color contains mainly: red. Hex color #C0575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0575C is #3FA8A3. Grayscale: #777777. Windows color (decimal): -4171940 or 6051776. OLE color: 6051776.

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

Color convert

RGB1928792-
CMYK00.550.520.25
HSL357.14º45.45%54.71%-
HSV(B)357.14º54.69%75.29%-
XYZ27.0818.812.33-
YUV118.96112.79180.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 51.75%
GREEN value IS 87 (34.38% from 255) = 23.45%
BLUE value IS 92 (36.33% from 255) = 24.80%
R=51.75%
G=23.45%
B=24.80%

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
Decimal192879200.550.520.25357.1445.4554.71
HexC0575C03734191652d37
Octal30012713406764315455567
Binary1100000010101111011100011011111010011001101100101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0575C; }

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

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

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

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

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

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

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

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