#C2595C

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

Shades of Mandy #C2595C

Tints of Mandy #C2595C

Color information

#C2595C (or 0xC2595C) is unknown color: approx Mandy. HEX triplet: C2, 59 and 5C. RGB value is (194,89,92). Sum of RGB (Red+Green+Blue) = 194+89+92=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 89 (35.16% from 255 or 23.73% from 375); Blue value is 92 (36.33% from 255 or 24.53% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C2595C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2595C is #3DA6A3. Grayscale: #787878. Windows color (decimal): -4040356 or 6052290. OLE color: 6052290.

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

Color convert

RGB1948992-
CMYK00.540.530.24
HSL358.29º46.26%55.49%-
HSV(B)358.29º54.12%76.08%-
XYZ27.7519.3912.4-
YUV120.74111.79180.26-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.73%
GREEN value IS 89 (35.16% from 255) = 23.73%
BLUE value IS 92 (36.33% from 255) = 24.53%
R=51.73%
G=23.73%
B=24.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194899200.540.530.24358.2946.2655.49
HexC2595C03635181662e37
Octal30213113406665305465667
Binary1100001010110011011100011011011010111000101100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2595C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2595C; }

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

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

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

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

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

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

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

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