#C3535E

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

Shades of Mandy #C3535E

Tints of Mandy #C3535E

Color information

#C3535E (or 0xC3535E) is unknown color: approx Mandy. HEX triplet: C3, 53 and 5E. RGB value is (195,83,94). Sum of RGB (Red+Green+Blue) = 195+83+94=372 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.42% from 372); Green value is 83 (32.81% from 255 or 22.31% from 372); Blue value is 94 (37.11% from 255 or 25.27% from 372); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535E is #3CACA1. Grayscale: #757575. Windows color (decimal): -3976354 or 6181827. OLE color: 6181827.

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

Color convert

RGB1958394-
CMYK00.570.520.24
HSL354.11º48.28%54.51%-
HSV(B)354.11º57.44%76.47%-
XYZ27.6218.612.72-
YUV117.74114.61183.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.42%
GREEN value IS 83 (32.81% from 255) = 22.31%
BLUE value IS 94 (37.11% from 255) = 25.27%
R=52.42%
G=22.31%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195839400.570.520.24354.1148.2854.51
HexC3535E03934181623037
Octal30312313607164305426067
Binary1100001110100111011110011100111010011000101100010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3535E; }

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

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

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

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

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

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

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

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