#C2464B

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

Shades of Mandy #C2464B

Tints of Mandy #C2464B

Color information

#C2464B (or 0xC2464B) is unknown color: approx Mandy. HEX triplet: C2, 46 and 4B. RGB value is (194,70,75). Sum of RGB (Red+Green+Blue) = 194+70+75=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 75 (29.69% from 255 or 22.12% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C2464B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2464B is #3DB9B4. Grayscale: #6B6B6B. Windows color (decimal): -4045237 or 4933314. OLE color: 4933314.

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

Color convert

RGB1947075-
CMYK00.640.610.24
HSL357.58º50.41%51.76%-
HSV(B)357.58º63.92%76.08%-
XYZ25.7116.368.46-
YUV107.65109.58189.59-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 57.23%
GREEN value IS 70 (27.73% from 255) = 20.65%
BLUE value IS 75 (29.69% from 255) = 22.12%
R=57.23%
G=20.65%
B=22.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194707500.640.610.24357.5850.4151.76
HexC2464B0403D181663234
Octal302106113010075305466264
Binary11000010100011010010110100000011110111000101100110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2464B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2464B; }

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

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

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

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

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

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

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

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