#C2595E

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

Shades of Mandy #C2595E

Tints of Mandy #C2595E

Color information

#C2595E (or 0xC2595E) is unknown color: approx Mandy. HEX triplet: C2, 59 and 5E. RGB value is (194,89,94). Sum of RGB (Red+Green+Blue) = 194+89+94=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 94 (37.11% from 255 or 24.93% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C2595E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2595E is #3DA6A1. Grayscale: #797979. Windows color (decimal): -4040354 or 6183362. OLE color: 6183362.

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

Color convert

RGB1948994-
CMYK00.540.520.24
HSL357.14º46.26%55.49%-
HSV(B)357.14º54.12%76.08%-
XYZ27.8419.4212.87-
YUV120.96112.79180.09-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.46%
GREEN value IS 89 (35.16% from 255) = 23.61%
BLUE value IS 94 (37.11% from 255) = 24.93%
R=51.46%
G=23.61%
B=24.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194899400.540.520.24357.1446.2655.49
HexC2595E03634181652e37
Octal30213113606664305455667
Binary1100001010110011011110011011011010011000101100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2595E; }

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

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

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

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

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

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

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

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