#C2575C

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

Shades of Mandy #C2575C

Tints of Mandy #C2575C

Color information

#C2575C (or 0xC2575C) is unknown color: approx Mandy. HEX triplet: C2, 57 and 5C. RGB value is (194,87,92). Sum of RGB (Red+Green+Blue) = 194+87+92=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 87 (34.38% from 255 or 23.32% from 373); Blue value is 92 (36.33% from 255 or 24.66% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C2575C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2575C is #3DA8A3. Grayscale: #777777. Windows color (decimal): -4040868 or 6051778. OLE color: 6051778.

HSL color Cylindrical-coordinate representation of color #C2575C: hue angle of 357.2º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2575C is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.24.

Color convert

RGB1948792-
CMYK00.550.530.24
HSL357.2º46.72%55.1%-
HSV(B)357.2º55.15%76.08%-
XYZ27.5919.0612.35-
YUV119.56112.45181.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.01%
GREEN value IS 87 (34.38% from 255) = 23.32%
BLUE value IS 92 (36.33% from 255) = 24.66%
R=52.01%
G=23.32%
B=24.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194879200.550.530.24357.246.7255.1
HexC2575C03735181652f37
Octal30212713406765305455767
Binary1100001010101111011100011011111010111000101100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2575C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2575C; }

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

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

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

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

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

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

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

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