#C1464A

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

Shades of Mandy #C1464A

Tints of Mandy #C1464A

Color information

#C1464A (or 0xC1464A) is unknown color: approx Mandy. HEX triplet: C1, 46 and 4A. RGB value is (193,70,74). Sum of RGB (Red+Green+Blue) = 193+70+74=337 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.27% from 337); Green value is 70 (27.73% from 255 or 20.77% from 337); Blue value is 74 (29.30% from 255 or 21.96% from 337); Max value from RGB is 193 - color contains mainly: red. Hex color #C1464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1464A is #3EB9B5. Grayscale: #6B6B6B. Windows color (decimal): -4110774 or 4867777. OLE color: 4867777.

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

Color convert

RGB1937074-
CMYK00.640.620.24
HSL358.05º49.8%51.57%-
HSV(B)358.05º63.73%75.69%-
XYZ25.4216.218.27-
YUV107.23109.25189.17-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 57.27%
GREEN value IS 70 (27.73% from 255) = 20.77%
BLUE value IS 74 (29.30% from 255) = 21.96%
R=57.27%
G=20.77%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193707400.640.620.24358.0549.851.57
HexC1464A0403E181663234
Octal301106112010076305466264
Binary11000001100011010010100100000011111011000101100110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1464A; }

 p { color: rgb(193,70,74); }

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

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

 a { background-color: rgb(193,70,74); }

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

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

 span { border-color: rgb(193,70,74); }

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