#C2464F

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

Shades of Mandy #C2464F

Tints of Mandy #C2464F

Color information

#C2464F (or 0xC2464F) is unknown color: approx Mandy. HEX triplet: C2, 46 and 4F. RGB value is (194,70,79). Sum of RGB (Red+Green+Blue) = 194+70+79=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 79 (31.25% from 255 or 23.03% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C2464F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2464F is #3DB9B0. Grayscale: #6C6C6C. Windows color (decimal): -4045233 or 5195458. OLE color: 5195458.

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

Color convert

RGB1947079-
CMYK00.640.590.24
HSL355.65º50.41%51.76%-
HSV(B)355.65º63.92%76.08%-
XYZ25.8516.419.2-
YUV108.1111.58189.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 56.56%
GREEN value IS 70 (27.73% from 255) = 20.41%
BLUE value IS 79 (31.25% from 255) = 23.03%
R=56.56%
G=20.41%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194707900.640.590.24355.6550.4151.76
HexC2464F0403B181643234
Octal302106117010073305446264
Binary11000010100011010011110100000011101111000101100100110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2464F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2464F; }

 p { color: rgb(194,70,79); }

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

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

 a { background-color: rgb(194,70,79); }

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

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

 span { border-color: rgb(194,70,79); }

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