#CA465D

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

Shades of Mandy #CA465D

Tints of Mandy #CA465D

Color information

#CA465D (or 0xCA465D) is unknown color: approx Mandy. HEX triplet: CA, 46 and 5D. RGB value is (202,70,93). Sum of RGB (Red+Green+Blue) = 202+70+93=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA465D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA465D is #35B9A2. Grayscale: #707070. Windows color (decimal): -3520931 or 6112970. OLE color: 6112970.

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

Color convert

RGB2027093-
CMYK00.650.540.21
HSL349.55º55.46%53.33%-
HSV(B)349.55º65.35%79.22%-
XYZ28.5217.7312.27-
YUV112.09117.23192.13-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 55.34%
GREEN value IS 70 (27.73% from 255) = 19.18%
BLUE value IS 93 (36.72% from 255) = 25.48%
R=55.34%
G=19.18%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202709300.650.540.21349.5555.4653.33
HexCA465D041361515e3735
Octal312106135010166255366765
Binary11001010100011010111010100000111011010101101011110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA465D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA465D; }

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

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

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

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

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

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

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

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