#C3484C

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

Shades of Mandy #C3484C

Tints of Mandy #C3484C

Color information

#C3484C (or 0xC3484C) is unknown color: approx Mandy. HEX triplet: C3, 48 and 4C. RGB value is (195,72,76). Sum of RGB (Red+Green+Blue) = 195+72+76=343 (45% of max value = 765). Red value is 195 (76.56% from 255 or 56.85% from 343); Green value is 72 (28.52% from 255 or 20.99% from 343); Blue value is 76 (30.08% from 255 or 22.16% from 343); Max value from RGB is 195 - color contains mainly: red. Hex color #C3484C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3484C is #3CB7B3. Grayscale: #6D6D6D. Windows color (decimal): -3979188 or 4999363. OLE color: 4999363.

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

Color convert

RGB1957276-
CMYK00.630.610.24
HSL358.05º50.62%52.35%-
HSV(B)358.05º63.08%76.47%-
XYZ26.1316.768.7-
YUV109.23109.25189.17-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 56.85%
GREEN value IS 72 (28.52% from 255) = 20.99%
BLUE value IS 76 (30.08% from 255) = 22.16%
R=56.85%
G=20.99%
B=22.16%

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
Decimal195727600.630.610.24358.0550.6252.35
HexC3484C03F3D181663334
Octal30311011407775305466364
Binary1100001110010001001100011111111110111000101100110110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3484C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3484C; }

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

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

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

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

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

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

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

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