#C2535F

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

Shades of Mandy #C2535F

Tints of Mandy #C2535F

Color information

#C2535F (or 0xC2535F) is unknown color: approx Mandy. HEX triplet: C2, 53 and 5F. RGB value is (194,83,95). Sum of RGB (Red+Green+Blue) = 194+83+95=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2535F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2535F is #3DACA0. Grayscale: #757575. Windows color (decimal): -4041889 or 6247362. OLE color: 6247362.

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

Color convert

RGB1948395-
CMYK00.570.510.24
HSL353.51º47.64%54.31%-
HSV(B)353.51º57.22%76.08%-
XYZ27.4118.4812.95-
YUV117.56115.27182.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 95 (37.5% from 255) = 25.54%
R=52.15%
G=22.31%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194839500.570.510.24353.5147.6454.31
HexC2535F03933181623036
Octal30212313707163305426066
Binary1100001010100111011111011100111001111000101100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2535F; }

 p { color: rgb(194,83,95); }

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

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

 a { background-color: rgb(194,83,95); }

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

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

 span { border-color: rgb(194,83,95); }

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