#C3494C

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

Shades of Mandy #C3494C

Tints of Mandy #C3494C

Color information

#C3494C (or 0xC3494C) is unknown color: approx Mandy. HEX triplet: C3, 49 and 4C. RGB value is (195,73,76). Sum of RGB (Red+Green+Blue) = 195+73+76=344 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.69% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 76 (30.08% from 255 or 22.09% from 344); Max value from RGB is 195 - color contains mainly: red. Hex color #C3494C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3494C is #3CB6B3. Grayscale: #6D6D6D. Windows color (decimal): -3978932 or 4999619. OLE color: 4999619.

HSL color Cylindrical-coordinate representation of color #C3494C: hue angle of 358.52º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3494C is Cyan = 0, Magento = 0.63, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB1957376-
CMYK00.630.610.24
HSL358.52º50.41%52.55%-
HSV(B)358.52º62.56%76.47%-
XYZ26.1916.898.72-
YUV109.82108.92188.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.69%
GREEN value IS 73 (28.91% from 255) = 21.22%
BLUE value IS 76 (30.08% from 255) = 22.09%
R=56.69%
G=21.22%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal195737600.630.610.24358.5250.4152.55
HexC3494C03F3D181673235
Octal30311111407775305476265
Binary1100001110010011001100011111111110111000101100111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3494C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3494C; }

 p { color: rgb(195,73,76); }

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

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

 a { background-color: rgb(195,73,76); }

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

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

 span { border-color: rgb(195,73,76); }

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