#C3535C

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

Shades of Mandy #C3535C

Tints of Mandy #C3535C

Color information

#C3535C (or 0xC3535C) is unknown color: approx Mandy. HEX triplet: C3, 53 and 5C. RGB value is (195,83,92). Sum of RGB (Red+Green+Blue) = 195+83+92=370 (49% of max value = 765). Red value is 195 (76.56% from 255 or 52.70% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 92 (36.33% from 255 or 24.86% from 370); Max value from RGB is 195 - color contains mainly: red. Hex color #C3535C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C3535C is #3CACA3. Grayscale: #757575. Windows color (decimal): -3976356 or 6050755. OLE color: 6050755.

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

Color convert

RGB1958392-
CMYK00.570.530.24
HSL355.18º48.28%54.51%-
HSV(B)355.18º57.44%76.47%-
XYZ27.5318.5612.26-
YUV117.51113.61183.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 52.70%
GREEN value IS 83 (32.81% from 255) = 22.43%
BLUE value IS 92 (36.33% from 255) = 24.86%
R=52.70%
G=22.43%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195839200.570.530.24355.1848.2854.51
HexC3535C03935181633037
Octal30312313407165305436067
Binary1100001110100111011100011100111010111000101100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3535C; }

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

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

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

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

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

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

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

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