#C2595D

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

Shades of Mandy #C2595D

Tints of Mandy #C2595D

Color information

#C2595D (or 0xC2595D) is unknown color: approx Mandy. HEX triplet: C2, 59 and 5D. RGB value is (194,89,93). Sum of RGB (Red+Green+Blue) = 194+89+93=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 93 (36.72% from 255 or 24.73% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C2595D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2595D is #3DA6A2. Grayscale: #787878. Windows color (decimal): -4040355 or 6117826. OLE color: 6117826.

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

Color convert

RGB1948993-
CMYK00.540.520.24
HSL357.71º46.26%55.49%-
HSV(B)357.71º54.12%76.08%-
XYZ27.819.412.64-
YUV120.85112.29180.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 51.60%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 93 (36.72% from 255) = 24.73%
R=51.60%
G=23.67%
B=24.73%

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
Decimal194899300.540.520.24357.7146.2655.49
HexC2595D03634181662e37
Octal30213113506664305465667
Binary1100001010110011011101011011011010011000101100110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2595D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2595D; }

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

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

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

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

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

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

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

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