#C1484F

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

Shades of Mandy #C1484F

Tints of Mandy #C1484F

Color information

#C1484F (or 0xC1484F) is unknown color: approx Mandy. HEX triplet: C1, 48 and 4F. RGB value is (193,72,79). Sum of RGB (Red+Green+Blue) = 193+72+79=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 72 (28.52% from 255 or 20.93% from 344); Blue value is 79 (31.25% from 255 or 22.97% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C1484F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1484F is #3EB7B0. Grayscale: #6D6D6D. Windows color (decimal): -4110257 or 5195969. OLE color: 5195969.

HSL color Cylindrical-coordinate representation of color #C1484F: hue angle of 356.53º degrees, saturation: 0.49, 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 #C1484F is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB1937279-
CMYK00.630.590.24
HSL356.53º49.39%51.96%-
HSV(B)356.53º62.69%75.69%-
XYZ25.7216.549.23-
YUV108.98111.09187.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.10%
GREEN value IS 72 (28.52% from 255) = 20.93%
BLUE value IS 79 (31.25% from 255) = 22.97%
R=56.10%
G=20.93%
B=22.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193727900.630.590.24356.5349.3951.96
HexC1484F03F3B181653134
Octal30111011707773305456164
Binary1100000110010001001111011111111101111000101100101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1484F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1484F; }

 p { color: rgb(193,72,79); }

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

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

 a { background-color: rgb(193,72,79); }

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

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

 span { border-color: rgb(193,72,79); }

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