#C3525D

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

Shades of Mandy #C3525D

Tints of Mandy #C3525D

Color information

#C3525D (or 0xC3525D) is unknown color: approx Mandy. HEX triplet: C3, 52 and 5D. RGB value is (195,82,93). Sum of RGB (Red+Green+Blue) = 195+82+93=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 93 (36.72% from 255 or 25.14% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3525D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3525D is #3CADA2. Grayscale: #757575. Windows color (decimal): -3976611 or 6116035. OLE color: 6116035.

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

Color convert

RGB1958293-
CMYK00.580.520.24
HSL354.16º48.5%54.31%-
HSV(B)354.16º57.95%76.47%-
XYZ27.518.4312.46-
YUV117.04114.44183.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 82 (32.42% from 255) = 22.16%
BLUE value IS 93 (36.72% from 255) = 25.14%
R=52.70%
G=22.16%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195829300.580.520.24354.1648.554.31
HexC3525D03A34181623036
Octal30312213507264305426066
Binary1100001110100101011101011101011010011000101100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3525D; }

 p { color: rgb(195,82,93); }

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

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

 a { background-color: rgb(195,82,93); }

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

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

 span { border-color: rgb(195,82,93); }

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