#C3525E

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

Shades of Mandy #C3525E

Tints of Mandy #C3525E

Color information

#C3525E (or 0xC3525E) is unknown color: approx Mandy. HEX triplet: C3, 52 and 5E. RGB value is (195,82,94). Sum of RGB (Red+Green+Blue) = 195+82+94=371 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.56% from 371); Green value is 82 (32.42% from 255 or 22.10% from 371); Blue value is 94 (37.11% from 255 or 25.34% from 371); Max value from RGB is 195 - color contains mainly: red. Hex color #C3525E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3525E is #3CADA1. Grayscale: #757575. Windows color (decimal): -3976610 or 6181571. OLE color: 6181571.

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

Color convert

RGB1958294-
CMYK00.580.520.24
HSL353.63º48.5%54.31%-
HSV(B)353.63º57.95%76.47%-
XYZ27.5418.4412.7-
YUV117.16114.94183.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.56%
GREEN value IS 82 (32.42% from 255) = 22.10%
BLUE value IS 94 (37.11% from 255) = 25.34%
R=52.56%
G=22.10%
B=25.34%

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
Decimal195829400.580.520.24353.6348.554.31
HexC3525E03A34181623036
Octal30312213607264305426066
Binary1100001110100101011110011101011010011000101100010110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3525E; }

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

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

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

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

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

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

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

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