#CA464A

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

Shades of Mandy #CA464A

Tints of Mandy #CA464A

Color information

#CA464A (or 0xCA464A) is unknown color: approx Mandy. HEX triplet: CA, 46 and 4A. RGB value is (202,70,74). Sum of RGB (Red+Green+Blue) = 202+70+74=346 (45% of max value = 765). Red value is 202 (79.30% from 255 or 58.38% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 74 (29.30% from 255 or 21.39% from 346); Max value from RGB is 202 - color contains mainly: red. Hex color #CA464A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA464A is #35B9B5. Grayscale: #6E6E6E. Windows color (decimal): -3520950 or 4867786. OLE color: 4867786.

HSL color Cylindrical-coordinate representation of color #CA464A: hue angle of 358.18º 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 #CA464A is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB2027074-
CMYK00.650.630.21
HSL358.18º55.46%53.33%-
HSV(B)358.18º65.35%79.22%-
XYZ27.7817.438.38-
YUV109.92107.73193.67-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 58.38%
GREEN value IS 70 (27.73% from 255) = 20.23%
BLUE value IS 74 (29.30% from 255) = 21.39%
R=58.38%
G=20.23%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202707400.650.630.21358.1855.4653.33
HexCA464A0413F151663735
Octal312106112010177255466765
Binary11001010100011010010100100000111111110101101100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA464A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA464A; }

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

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

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

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

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

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

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

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