#CA464D

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

Shades of Mandy #CA464D

Tints of Mandy #CA464D

Color information

#CA464D (or 0xCA464D) is unknown color: approx Mandy. HEX triplet: CA, 46 and 4D. RGB value is (202,70,77). Sum of RGB (Red+Green+Blue) = 202+70+77=349 (46% of max value = 765). Red value is 202 (79.30% from 255 or 57.88% from 349); Green value is 70 (27.73% from 255 or 20.06% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 202 - color contains mainly: red. Hex color #CA464D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA464D is #35B9B2. Grayscale: #6E6E6E. Windows color (decimal): -3520947 or 5064394. OLE color: 5064394.

HSL color Cylindrical-coordinate representation of color #CA464D: hue angle of 356.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CA464D is Cyan = 0, Magento = 0.65, Yellow = 0.62 and Black (K on CMYK) = 0.21.

Color convert

RGB2027077-
CMYK00.650.620.21
HSL356.82º55.46%53.33%-
HSV(B)356.82º65.35%79.22%-
XYZ27.8917.478.92-
YUV110.27109.23193.43-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 57.88%
GREEN value IS 70 (27.73% from 255) = 20.06%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=57.88%
G=20.06%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.62
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202707700.650.620.21356.8255.4653.33
HexCA464D0413E151653735
Octal312106115010176255456765
Binary11001010100011010011010100000111111010101101100101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA464D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA464D; }

 p { color: rgb(202,70,77); }

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

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

 a { background-color: rgb(202,70,77); }

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

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

 span { border-color: rgb(202,70,77); }

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